diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-10 18:45:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-10 18:45:49 +0000 |
commit | 62f1d6e1de814f983c7b68ad616f969731bc9a89 (patch) | |
tree | bcee4db990bc82b5e806281639b1b141639d6e02 /cad/geda-netlist/Makefile | |
parent | c15ff88eff8daf8cc859cb00341f7b1cdd72a7d0 (diff) | |
download | ports-62f1d6e1de814f983c7b68ad616f969731bc9a89.tar.gz ports-62f1d6e1de814f983c7b68ad616f969731bc9a89.zip |
Notes
Diffstat (limited to 'cad/geda-netlist/Makefile')
-rw-r--r-- | cad/geda-netlist/Makefile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/cad/geda-netlist/Makefile b/cad/geda-netlist/Makefile index 3cb510215f14..ac5f6732b7c1 100644 --- a/cad/geda-netlist/Makefile +++ b/cad/geda-netlist/Makefile @@ -6,27 +6,31 @@ # PORTNAME= gnetlist -PORTVERSION= 20020209 +PORTVERSION= 20020825 CATEGORIES= cad -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20020209/ \ - http://geda.seul.org/devel/20020209/ \ +MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ + http://geda.seul.org/devel/${PORTVERSION}/ \ http://www.tinkerbox.org/projects/files/gEDA/ +DISTNAME= geda-${PORTNAME}-${PORTVERSION} MAINTAINER= bruno@tinkerbox.org -LIB_DEPENDS= geda.15:${PORTSDIR}/cad/libgeda \ +LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \ guile.10:${PORTSDIR}/lang/guile BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols USE_LIBTOOL= yes -USE_AUTOCONF= yes +#USE_AUTOCONF= yes + +GNU_CONFIGURE= yes +AUTOCONF= autoconf + USE_GNOMENG= yes USE_GNOME= gtk12 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -DISTNAME= geda-${PORTNAME}-${PORTVERSION} +CONFIGURE_ARGS= --enable-gdgeda +INSTALLS_SHLIB= yes MAN1= gnetlist.1 |