summaryrefslogtreecommitdiffstats
path: root/misc/quick-lounge-applet/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-21 21:44:22 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-21 21:44:22 +0800
commit8a8dd4dd4a60116b636f21bf1622aa47a4191f3b (patch)
tree2cc1c7a667400d239e47a25d838c9c66c7c694ad /misc/quick-lounge-applet/Makefile
parent4d8f5d0cdaceffe01215ba893c008fc4c2341fc1 (diff)
downloadmarcuscom-ports-8a8dd4dd4a60116b636f21bf1622aa47a4191f3b.tar
marcuscom-ports-8a8dd4dd4a60116b636f21bf1622aa47a4191f3b.tar.gz
marcuscom-ports-8a8dd4dd4a60116b636f21bf1622aa47a4191f3b.tar.bz2
marcuscom-ports-8a8dd4dd4a60116b636f21bf1622aa47a4191f3b.tar.lz
marcuscom-ports-8a8dd4dd4a60116b636f21bf1622aa47a4191f3b.tar.xz
marcuscom-ports-8a8dd4dd4a60116b636f21bf1622aa47a4191f3b.tar.zst
marcuscom-ports-8a8dd4dd4a60116b636f21bf1622aa47a4191f3b.zip
Update to 2.13.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11883 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/quick-lounge-applet/Makefile')
-rw-r--r--misc/quick-lounge-applet/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile
new file mode 100644
index 000000000..b679add8c
--- /dev/null
+++ b/misc/quick-lounge-applet/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: quick-lounge-applet
+# Date created: 01 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= quick-lounge-applet
+PORTVERSION= 2.13.2
+CATEGORIES= misc gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= marcus@FreeBSD.org
+COMMENT= Applet to orginize your preferred applications on the GNOME Panel
+
+USE_BZIP2= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= quick-lounge.schemas
+
+.include <bsd.port.mk>