blob: b9e54845044e7d0ffac1c4f47fb7518f40fca782 (
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
|
# New ports collection makefile for: contacts
# Date created: 2005-12-15
# Whom: Piotr SMyrak, smyru@heron.pl
#
# $FreeBSD$
#
PORTNAME= contacts
PORTVERSION= 0.1
PORTREVISION= 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>
|