1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/deskutils/contacts/Makefile
Rong-En Fan 8bfe945974 Add contacts 0.1, simple yet powerful address book based on Evolution
data server.

PR:		ports/101950
Submitted by:	Piotr SMyrak, smyru at heron.pl
2006-08-20 09:38:50 +00:00

27 lines
629 B
Makefile

# New ports collection makefile for: contacts
# Date created: 2005-12-15
# Whom: Piotr SMyrak, smyru@heron.pl
#
# $FreeBSD$
#
PORTNAME= contacts
PORTVERSION= 0.1
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.openedhand.com/~chris/ \
http://smyru.petronet.pl/freebsd/
DIST_SUBDIR= gnome2
MAINTAINER= smyru@heron.pl
COMMENT= Simple yet powerful address book based on Evolution data server
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20 gnomehier evolutiondataserver
USE_AUTOTOOLS= libtool:15
# CFLAGS+= -g
.include <bsd.port.mk>