diff options
Diffstat (limited to 'devel/scaffold/Makefile')
-rw-r--r-- | devel/scaffold/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/scaffold/Makefile b/devel/scaffold/Makefile new file mode 100644 index 000000000..0da07fa33 --- /dev/null +++ b/devel/scaffold/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: scaffold +# Date created: 16 October 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= scaffold +PORTVERSION= 0.1.0 +CATEGORIES= editors gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME-based development environment + +LIB_DEPENDS= gbf-1.0:${PORTSDIR}/devel/gnomebuild + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +USE_GNOME= gnomehack gnomeprefix gnometarget libbonoboui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN1= scaffold.1 + +.include <bsd.port.mk> |