freebsd-ports/deskutils/contacts/Makefile
Joe Marcus Clarke bd8358fd55 Mark BROKEN pending an upgrade.
Reported by:	pointyhat via pav
2009-01-12 22:18:52 +00:00

29 lines
720 B
Makefile

# New ports collection makefile for: contacts
# Date created: 2005-12-15
# Whom: Piotr SMyrak, smyru@heron.pl
#
# $FreeBSD$
#
PORTNAME= contacts
PORTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= http://pimlico-project.org/sources/${PORTNAME}/
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_GNOME= gtk20 gnomehier evolutiondataserver
USE_AUTOTOOLS= libtool:15
GCONF_SCHEMAS= contacts.schemas
MAN1= ${PORTNAME}.1
# CFLAGS+= -g
BROKEN= needs upgrade to work with evolution-data-server 2.24
.include <bsd.port.mk>