diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-11 03:39:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-11 03:39:40 +0800 |
commit | cb512b7a454ece74453b51bc0abe8101de66310d (patch) | |
tree | b0c0595c723a1fcbbe5b538fc8126a19cf4c6da5 /deskutils/alacarte/Makefile | |
parent | 161d60a39f036ca96b880c015e69fe14fe338923 (diff) | |
download | marcuscom-ports-cb512b7a454ece74453b51bc0abe8101de66310d.tar marcuscom-ports-cb512b7a454ece74453b51bc0abe8101de66310d.tar.gz marcuscom-ports-cb512b7a454ece74453b51bc0abe8101de66310d.tar.bz2 marcuscom-ports-cb512b7a454ece74453b51bc0abe8101de66310d.tar.lz marcuscom-ports-cb512b7a454ece74453b51bc0abe8101de66310d.tar.xz marcuscom-ports-cb512b7a454ece74453b51bc0abe8101de66310d.tar.zst marcuscom-ports-cb512b7a454ece74453b51bc0abe8101de66310d.zip |
Update to 0.11.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8165 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/alacarte/Makefile')
-rw-r--r-- | deskutils/alacarte/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile new file mode 100644 index 000000000..f2b126daf --- /dev/null +++ b/deskutils/alacarte/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: menueditor +# Date created: 22 March 2005 +# Whom: FreeBSD GNOME Team +# +# $FreeBSD$ +# $MCom: ports/deskutils/alacarte/Makefile,v 1.10 2006/10/10 18:48:41 marcus Exp $ + +PORTNAME= alacarte +PORTVERSION= 0.11.0 +CATEGORIES= deskutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An editor for the freedesktop.org menu specification + +USE_BZIP2= yes +USE_GNOME= gnomehack gnomeprefix pygnomedesktop intlhack +USE_GMAKE= yes +USE_GETTEXT= yes +USE_PYTHON= yes +INSTALLS_ICONS= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + GMSGFMT="${LOCALBASE}/bin/msgfmt" + +post-patch: + @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ + ${WRKSRC}/Alacarte/MenuEditor.py + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/Alacarte/util.py + @${REINPLACE_CMD} -e 's|gmsgfmt|msgfmt|g ; \ + s|python2.4|${PYTHON_VERSION}|g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> |