summaryrefslogtreecommitdiffstats
path: root/graphics/frontline/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 09:53:23 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 09:53:23 +0800
commitcfae54e359786f80d3c85e976a3adeb004b38525 (patch)
tree6ed668a5f67af6713dc8fb1078917e0598666b60 /graphics/frontline/Makefile
parent2ca29d9a76dd87242131def2d4c4ff3d3f5b4fae (diff)
downloadmarcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.gz
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.bz2
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.lz
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.xz
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.zst
marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/frontline/Makefile')
-rw-r--r--graphics/frontline/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile
new file mode 100644
index 000000000..4ea11d77c
--- /dev/null
+++ b/graphics/frontline/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: frontline
+# Date created: 12 September 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= frontline
+PORTVERSION= 0.5.4
+PORTREVISION= 4
+CATEGORIES= graphics gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= autotrace
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= An autotrace GUI FRONTend like streamLINE(TM)
+
+LIB_DEPENDS= autotrace.3:${PORTSDIR}/graphics/autotrace \
+ popt.0:${PORTSDIR}/devel/popt
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs imlib libartlgpl2
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>