diff options
author | Koop Mast <kwm@FreeBSD.org> | 2004-11-11 09:37:43 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2004-11-11 09:37:43 +0000 |
commit | 9582d9618dcd522744d57db8b870f9c6c2613283 (patch) | |
tree | e39b7fcc12e43bb28118b5ff6055e65cf8ee11d9 /mail/contact-lookup-applet/Makefile | |
parent | 7a2171a0486596dcb853b63a49dfb60b50730917 (diff) |
Notes
Diffstat (limited to 'mail/contact-lookup-applet/Makefile')
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile new file mode 100644 index 000000000000..eaa59a92d92f --- /dev/null +++ b/mail/contact-lookup-applet/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: contact lookup applet +# Date created: 22 January 2004 +# Whom: kwm@rainbow-runner.nl +# +# $FreeBSD$ +# + +PORTNAME= contact +PORTVERSION= 0.10 +CATEGORIES= mail gnome +MASTER_SITES= http://www.burtonini.com/computing/ +PKGNAMESUFFIX= -lookup-applet +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Gnome panel applet for easy Evolution contact book access + +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_REINPLACE= 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> |