diff options
Diffstat (limited to 'cad/gwave/Makefile')
-rw-r--r-- | cad/gwave/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile new file mode 100644 index 000000000000..96d0120166dd --- /dev/null +++ b/cad/gwave/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gwave +# Date created: 16 June 2002 +# Whom: Duncan Barclay <dmlb@dmlb.org> +# +# $FreeBSD$ +# + +PORTNAME= gwave +PORTVERSION= 20020122 +CATEGORIES= cad +MASTER_SITES= http://geda.seul.org/dist/ + +MAINTAINER= dmlb@dmlb.org + +RUN_DEPENDS= graph:${PORTSDIR}/graphics/plotutils +LIB_DEPENDS= geda.15:${PORTSDIR}/cad/libgeda \ + guile.9:${PORTSDIR}/lang/guile \ + guilegtk-1.2:${PORTSDIR}/x11-toolkits/guile-gtk + +USE_AUTOCONF= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +#CONFIGURE_ARGS= --enable-gdgeda +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN1= sp2sp.1 + +.include <bsd.port.mk> |