freebsd-ports/mail/addresses/Makefile
Dirk Meyer cc1943d40f 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
2004-11-14 07:17:02 +00:00

30 lines
721 B
Makefile

# New ports collection makefile for: Addresses
# Date created: 13 Nov 2004
# Whom: Miguel Mendez <flynn@energyhq.es.eu.org>
#
# $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 <bsd.port.mk>