summaryrefslogtreecommitdiff
path: root/misc/Addresses/Makefile
diff options
context:
space:
mode:
authorrh <rh>2004-04-02 07:40:56 +0000
committerrh <rh>2004-04-02 07:40:56 +0000
commit6a4e0bc4fd7c3c57c90ede2c247ed09248265d22 (patch)
treea1e3c9a1f68cdc52897ecc0b31a97387dee61074 /misc/Addresses/Makefile
parent5e506f152edee6b48d66a095b6ec8ad856926da9 (diff)
downloadpkgsrc-6a4e0bc4fd7c3c57c90ede2c247ed09248265d22.tar.gz
Initial import of Addresses-0.4.5, an address book for GNUstep.
Diffstat (limited to 'misc/Addresses/Makefile')
-rw-r--r--misc/Addresses/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/Addresses/Makefile b/misc/Addresses/Makefile
new file mode 100644
index 00000000000..4c5cf887da0
--- /dev/null
+++ b/misc/Addresses/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/02 07:40:56 rh Exp $
+#
+
+DISTNAME= Addresses-0.4.5
+CATEGORIES= misc gnustep
+MASTER_SITES= http://giesler.biz/bjoern/downloads/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://giesler.biz/bjoern/en/sw_addr.html
+COMMENT= Address book for GNUstep
+
+NO_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_X11= yes
+USE_GNU_TOOLS+= make
+MAKEFILE= GNUmakefile
+MAKE_ENV+= Addresses_OBJCFLAGS=-I..
+
+.include "../../x11/gnustep-back/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"