blob: 27a7d25c9c42debdf8c9505a1f3cf11a631af726 (
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: contact lookup applet
# Date created: 22 January 2004
# Whom: 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= 7
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
USE_GNOME= evolutiondataserver gnomehack gnomepanel gnomeprefix \
libgnomeui
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|