diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-10-17 00:22:07 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-10-17 00:22:07 +0800 |
commit | 2ade97904f5b82b3f8417d3fcbb67666a3cade29 (patch) | |
tree | f5b3946f85efbebb534bab4385b2ea29e5d62df7 /devel/scaffold/Makefile | |
parent | 3561bac0006d858e0f865178909cd50e9f7850cf (diff) | |
download | marcuscom-ports-2ade97904f5b82b3f8417d3fcbb67666a3cade29.tar marcuscom-ports-2ade97904f5b82b3f8417d3fcbb67666a3cade29.tar.gz marcuscom-ports-2ade97904f5b82b3f8417d3fcbb67666a3cade29.tar.bz2 marcuscom-ports-2ade97904f5b82b3f8417d3fcbb67666a3cade29.tar.lz marcuscom-ports-2ade97904f5b82b3f8417d3fcbb67666a3cade29.tar.xz marcuscom-ports-2ade97904f5b82b3f8417d3fcbb67666a3cade29.tar.zst marcuscom-ports-2ade97904f5b82b3f8417d3fcbb67666a3cade29.zip |
Add scaffold. It crashes all over the place, so I'm placing it here
while it matures.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1283 df743ca5-7f9a-e211-a948-0013205c9059
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> |