summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-14 03:25:19 +0000
committerxtraeme <xtraeme>2003-12-14 03:25:19 +0000
commitc737833f8e59e215a3ece0544afae6a561176501 (patch)
tree8390bb55f8f812a61e528f1c78511810289900b2 /editors
parentd796bbd85feff5c323bf8c3a232aaf4621fa9335 (diff)
downloadpkgsrc-c737833f8e59e215a3ece0544afae6a561176501.tar.gz
abiword 2.0.1-2 for GNOME 2.
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword2-gnome/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/abiword2-gnome/Makefile b/editors/abiword2-gnome/Makefile
new file mode 100644
index 00000000000..6c3531f7c15
--- /dev/null
+++ b/editors/abiword2-gnome/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 03:25:19 xtraeme Exp $
+#
+
+.include "${.CURDIR}/../../editors/abiword2/Makefile.common"
+
+PKGNAME= abiword2-gnome-${DIST_VER}
+COMMENT= Abiword 2.0 (GNOME 2)
+
+DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
+
+CONFIGURE_ARGS+= --enable-gnome
+
+PLIST_SUBST+= WITH_GNOME=""
+
+CONFLICTS= abiword2-[0-9]*
+
+.include "../../devel/libgnomeui/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"