summaryrefslogtreecommitdiff
path: root/multimedia/gsubedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gsubedit/Makefile')
-rw-r--r--multimedia/gsubedit/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/multimedia/gsubedit/Makefile b/multimedia/gsubedit/Makefile
new file mode 100644
index 000000000000..95cad49fa091
--- /dev/null
+++ b/multimedia/gsubedit/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# Ports collection makefile for: gsubedit
+# Date created: Mar 12, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= gsubedit
+PORTVERSION= 0.3
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_X_PREFIX= yes
+USE_BISON= yes
+USE_GNOME= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gnome
+USE_GMAKE= yes
+
+post-patch:
+ @${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/configure
+ @${PERL} -pi -e "s,doc/,share/doc/,g" ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>