summaryrefslogtreecommitdiff
path: root/editors/abiword2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword2/Makefile')
-rw-r--r--editors/abiword2/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/abiword2/Makefile b/editors/abiword2/Makefile
new file mode 100644
index 00000000000..92e7eac5e72
--- /dev/null
+++ b/editors/abiword2/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 03:24:49 xtraeme Exp $
+#
+
+.include "${.CURDIR}/Makefile.common"
+
+PKGNAME= abiword2-${DIST_VER}
+COMMENT= Abiword Suite 2.0 (GTK+ 2)
+
+CONFIGURE_ARGS+= --disable-gnome
+
+PLIST_SUBST+= WITH_GNOME="@comment "
+
+CONFLICTS= abiword2-gnome-[0-9]*
+
+.include "../../devel/libglade2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"