blob: 6f9a0d22ede811a2917681c5b6c78d0f3a19a4cf (
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
|
# Created by: kwm@rainbow-runner.nl
# $FreeBSD$
# $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.15 2007/07/29 22:17:31 mezz Exp $
PORTNAME= contact
PORTVERSION= 0.17
PORTREVISION= 8
CATEGORIES= mail gnome
MASTER_SITES= http://www.burtonini.com/computing/
PKGNAMESUFFIX= -lookup-applet
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome panel applet for easy Evolution contact book access
USES= pathfix gettext
USE_GNOME= evolutiondataserver gnomepanel gnomeprefix \
libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|