summaryrefslogtreecommitdiffstats
path: root/devel/scaffold/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-10-17 00:22:07 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-10-17 00:22:07 +0800
commit2ade97904f5b82b3f8417d3fcbb67666a3cade29 (patch)
treef5b3946f85efbebb534bab4385b2ea29e5d62df7 /devel/scaffold/Makefile
parent3561bac0006d858e0f865178909cd50e9f7850cf (diff)
downloadmarcuscom-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/Makefile29
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>