diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-10 18:38:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-10 18:38:37 +0000 |
commit | cc10a4065761de6a1cc18b3ac64f63baf3c7bea1 (patch) | |
tree | 07517c68bddd04fd865d698bcea54b2239df3e8a | |
parent | add geda-symcheck (diff) |
add geda-utils
gEDA utilities
PR: 43563
Submitted by: bruno <bruno@mail.tinkerbox.org>
Notes
Notes:
svn path=/head/; revision=67759
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/geda-utils/Makefile | 32 | ||||
-rw-r--r-- | cad/geda-utils/distinfo | 1 | ||||
-rw-r--r-- | cad/geda-utils/pkg-comment | 1 | ||||
-rw-r--r-- | cad/geda-utils/pkg-descr | 3 | ||||
-rw-r--r-- | cad/geda-utils/pkg-plist | 7 |
6 files changed, 45 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 61e92e219f81..936253378a69 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -8,6 +8,7 @@ SUBDIR += geda SUBDIR += geda-symbols SUBDIR += geda-symcheck + SUBDIR += geda-utils SUBDIR += gerbv SUBDIR += gnetlist SUBDIR += gnucap diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile new file mode 100644 index 000000000000..95ce3603c73c --- /dev/null +++ b/cad/geda-utils/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: geda +# Date created: 4 April 2001 +# Whom: bruno schwander <bruno@tinkerbox.org> +# +# $FreeBSD$ +# + +PORTNAME= utils +PORTVERSION= 20020825 +CATEGORIES= cad +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 + +BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols +LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \ + guile.10:${PORTSDIR}/lang/guile + +USE_LIBTOOL= yes +#USE_AUTOCONF= yes +AUTOCONF= autoconf +USE_GNOMENG= yes +USE_GNOME= gtk12 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --enable-gdgeda +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/cad/geda-utils/distinfo b/cad/geda-utils/distinfo new file mode 100644 index 000000000000..38939c724a5e --- /dev/null +++ b/cad/geda-utils/distinfo @@ -0,0 +1 @@ +MD5 (geda-utils-20020825.tar.gz) = a4f54f93a345e8ecd49abe230c20d6c3 diff --git a/cad/geda-utils/pkg-comment b/cad/geda-utils/pkg-comment new file mode 100644 index 000000000000..ce9e9725d3a5 --- /dev/null +++ b/cad/geda-utils/pkg-comment @@ -0,0 +1 @@ +gEDA utilities diff --git a/cad/geda-utils/pkg-descr b/cad/geda-utils/pkg-descr new file mode 100644 index 000000000000..3319c98b76d8 --- /dev/null +++ b/cad/geda-utils/pkg-descr @@ -0,0 +1,3 @@ +gEDA utilties - gschupdate, gsymupdate + +WWW: http://www.geda.seul.org diff --git a/cad/geda-utils/pkg-plist b/cad/geda-utils/pkg-plist new file mode 100644 index 000000000000..c2f73a863510 --- /dev/null +++ b/cad/geda-utils/pkg-plist @@ -0,0 +1,7 @@ +bin/gmk_sym +bin/smash_megafile +bin/convert_sym +bin/sarlacc_schem +bin/sarlacc_sym +bin/gschupdate +bin/gsymupdate |