diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-14 03:25:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-14 03:25:19 +0000 |
commit | c761a036b4b90c429c5b8626a50dc6b12f1cd8dc (patch) | |
tree | 8390bb55f8f812a61e528f1c78511810289900b2 /editors | |
parent | aafa67e74196acedaf84bca7b1180208930a5fa1 (diff) | |
download | pkgsrc-c761a036b4b90c429c5b8626a50dc6b12f1cd8dc.tar.gz |
abiword 2.0.1-2 for GNOME 2.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword2-gnome/Makefile | 18 |
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" |