blob: 680f67ee5564b4a150addb33e8a2cb80e20333b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: contacts
# Date created: 2005-12-15
# Whom: Piotr SMyrak, smyru@heron.pl
#
# $FreeBSD$
#
PORTNAME= contacts
PORTVERSION= 0.9
PORTREVISION= 7
CATEGORIES= deskutils gnome
MASTER_SITES= http://pimlico-project.org/sources/${PORTNAME}/
DIST_SUBDIR= gnome2
MAINTAINER= ports@freebsd.org
COMMENT= Simple yet powerful address book based on Evolution data server
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GMAKE= yes
USE_GNOME= gtk20 gnomehier evolutiondataserver gnomevfs2
USE_AUTOTOOLS= libtool
GCONF_SCHEMAS= contacts.schemas
MAN1= ${PORTNAME}.1
# CFLAGS+= -g
.include <bsd.port.mk>
|