freebsd-ports/mail/contact-lookup-applet/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

32 lines
899 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.13 2006/09/30 23:58:38 ahze Exp $
PORTNAME= contact
PORTVERSION= 0.14
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_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>