diff options
Diffstat (limited to 'mail/contact-lookup-applet/Makefile')
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile new file mode 100644 index 000000000..88f58e39d --- /dev/null +++ b/mail/contact-lookup-applet/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: contact lookup applet +# Date created: 22 January 2004 +# Whom: kwm@rainbow-runner.nl +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= contact +PORTVERSION= 0.14 +PORTREVISION= 3 +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> |