diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-19 03:01:43 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-19 03:01:43 +0800 |
commit | 3708ed35b11ace882caafec894f94aec36f2fcc3 (patch) | |
tree | 707012003394e4983d135ca99d06a43fdef67d68 /x11-themes/nimbus/Makefile | |
parent | c40ad958f981534f9b46ce5a5ae34c7437697ec3 (diff) | |
download | marcuscom-ports-3708ed35b11ace882caafec894f94aec36f2fcc3.tar marcuscom-ports-3708ed35b11ace882caafec894f94aec36f2fcc3.tar.gz marcuscom-ports-3708ed35b11ace882caafec894f94aec36f2fcc3.tar.bz2 marcuscom-ports-3708ed35b11ace882caafec894f94aec36f2fcc3.tar.lz marcuscom-ports-3708ed35b11ace882caafec894f94aec36f2fcc3.tar.xz marcuscom-ports-3708ed35b11ace882caafec894f94aec36f2fcc3.tar.zst marcuscom-ports-3708ed35b11ace882caafec894f94aec36f2fcc3.zip |
Update to 0.0.12
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10775 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/nimbus/Makefile')
-rw-r--r-- | x11-themes/nimbus/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11-themes/nimbus/Makefile b/x11-themes/nimbus/Makefile new file mode 100644 index 000000000..1a8fb6897 --- /dev/null +++ b/x11-themes/nimbus/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: nimbus +# Date created: 2007-04-27 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11-themes/nimbus/Makefile,v 1.5 2007/10/23 12:51:24 ahze Exp $ + +PORTNAME= nimbus +PORTVERSION= 0.0.12 +CATEGORIES= x11-themes +MASTER_SITES= http://dlc.sun.com/osol/jds/downloads/extras/ + +MAINTAINER= ahze@FreeBSD.org +COMMENT= GNOME theme from Sun Microsystems + +BUILD_DEPENDS= gnome-themes>0:${PORTSDIR}/x11-themes/gnome-themes \ + icon-naming-utils>=0.8.2:${PORTSDIR}/x11-themes/icon-naming-utils +RUN_DEPENDS= gnome-themes>0:${PORTSDIR}/x11-themes/gnome-themes + +USE_BZIP2= yes +USE_AUTOTOOLS= libtool:15 +USE_GMAKE= yes +INSTALLS_ICONS= yes +USE_GNOME= intltool +INTLTOOLIZE?= ${LOCALBASE}/bin/intltoolize +CONFIGURE_ARGS= --localedir=${PREFIX}/share/locale + +post-patch: + @${REINPLACE_CMD} -e 's|$${libdir}/locale|$${datadir}/locale|' \ + ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \ + ${WRKSRC}/configure + +pre-configure: + @(cd ${WRKSRC} && ${INTLTOOLIZE} -f) + +.include <bsd.port.mk> |