diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-02 03:56:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-02 03:56:56 +0800 |
commit | afd5f4616d7a2862f784f7d242fd03eb50eb7955 (patch) | |
tree | 68ec7cdca3cd15327ff226372d6a18509d36d93e /misc/quick-lounge-applet/Makefile | |
parent | 876e3d904b40d2d3e3b1d0f8844cdaf3cd0fb84a (diff) | |
download | marcuscom-ports-afd5f4616d7a2862f784f7d242fd03eb50eb7955.tar marcuscom-ports-afd5f4616d7a2862f784f7d242fd03eb50eb7955.tar.gz marcuscom-ports-afd5f4616d7a2862f784f7d242fd03eb50eb7955.tar.bz2 marcuscom-ports-afd5f4616d7a2862f784f7d242fd03eb50eb7955.tar.lz marcuscom-ports-afd5f4616d7a2862f784f7d242fd03eb50eb7955.tar.xz marcuscom-ports-afd5f4616d7a2862f784f7d242fd03eb50eb7955.tar.zst marcuscom-ports-afd5f4616d7a2862f784f7d242fd03eb50eb7955.zip |
Update to 2.1.1 for GNOME 2.6 compliance.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2233 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/quick-lounge-applet/Makefile')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile new file mode 100644 index 000000000..d6b19d02a --- /dev/null +++ b/misc/quick-lounge-applet/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: quick-lounge-applet +# Date created: 01 March 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= quick-lounge-applet +PORTVERSION= 2.1.1 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 +DIST_SUBDIR= gnome2 + +MAINTAINER= marcus@FreeBSD.org +COMMENT= Applet to orginize your preferred applications on the GNOME Panel + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomepanel +USE_LIBTOOL_VER=13 +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |