summaryrefslogtreecommitdiffstats
path: root/mail/contact-lookup-applet/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-12 22:11:55 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-12 22:11:55 +0800
commit857bb773fe0bad1b58fa9c68ece3c326f60613e6 (patch)
treef9a1da8833475753843d90404bc2e00e11fe0dd8 /mail/contact-lookup-applet/Makefile
parent3646ae0f672898d5c28f77580bf3a69a3944399f (diff)
downloadmarcuscom-ports-857bb773fe0bad1b58fa9c68ece3c326f60613e6.tar
marcuscom-ports-857bb773fe0bad1b58fa9c68ece3c326f60613e6.tar.gz
marcuscom-ports-857bb773fe0bad1b58fa9c68ece3c326f60613e6.tar.bz2
marcuscom-ports-857bb773fe0bad1b58fa9c68ece3c326f60613e6.tar.lz
marcuscom-ports-857bb773fe0bad1b58fa9c68ece3c326f60613e6.tar.xz
marcuscom-ports-857bb773fe0bad1b58fa9c68ece3c326f60613e6.tar.zst
marcuscom-ports-857bb773fe0bad1b58fa9c68ece3c326f60613e6.zip
Moved to FreeBSD cvs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3933 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/contact-lookup-applet/Makefile')
-rw-r--r--mail/contact-lookup-applet/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile
deleted file mode 100644
index 9c6a9e2f0..000000000
--- a/mail/contact-lookup-applet/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: contact lookup applet
-# Date created: 22 January 2004
-# Whom: kwm@rainbow-runner.nl
-#
-# $FreeBSD$
-#
-
-PORTNAME= contact
-PORTVERSION= 0.10
-PORTREVISION= 1
-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= 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
- @${REINPLACE_CMD} -e 's|libebook-1.0|libebook-1.2|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>