From 208f679ef324b1e12bcf14064c7eb234a355ac34 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 14 Nov 2004 07:17:02 +0000 Subject: Addresses for GNUstep is a versatile address book application for managing contact information. It stores addresses, phone numbers, pictures, instant messaging information, email, homepages and whatever. WWW: http://giesler.biz/bjoern/en/sw_addr.html PR: 73911 Submitted by: Miguel Mendez --- mail/addresses/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mail/addresses/Makefile (limited to 'mail/addresses/Makefile') diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile new file mode 100644 index 000000000000..3616a57e819d --- /dev/null +++ b/mail/addresses/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: Addresses +# Date created: 13 Nov 2004 +# Whom: Miguel Mendez +# +# $FreeBSD$ +# + +PORTNAME= addresses +PORTVERSION= 0.4.6 +CATEGORIES= mail +MASTER_SITES= http://giesler.biz/bjoern/downloads/ \ + http://www.energyhq.es.eu.org/files/ +DISTNAME= Addresses-${PORTVERSION} + +MAINTAINER= flynn@energyhq.es.eu.org +COMMENT= A versatile addressbook for GNUstep + +PREFIX= ${LOCALBASE}/GNUstep +NO_MTREE= yes +WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION} +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile +LDCONFIG_DIRS= ${LOCALLIBDIR} +INSTALLS_SHLIB= yes + +.include -- cgit