090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
776 B
Makefile
27 lines
776 B
Makefile
# 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.16
|
|
PORTREVISION= 1
|
|
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 gnometarget
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|