freebsd-ports/mail/contact-lookup-applet/Makefile
Ion-Mihai Tetcu 944f6613ac Update to 0.14
PR:		ports/98088
Submitted by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2006-06-18 00:00:33 +00:00

31 lines
793 B
Makefile

# New ports collection makefile for: contact lookup applet
# Date created: 22 January 2004
# Whom: kwm@rainbow-runner.nl
#
# $FreeBSD$
#
PORTNAME= contact
PORTVERSION= 0.14
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_GMAKE= yes
USE_X_PREFIX= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel \
evolutiondataserver gal2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|mkdir}"|mkdir} -p"|g' \
${WRKSRC}/install-sh
.include <bsd.port.mk>