2003-06-13 02:18:47 +02:00
|
|
|
# New ports collection makefile for: gnome-themes-extras
|
|
|
|
# Date Created: 12 June 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:35:50 +02:00
|
|
|
# $MCom: ports/x11-themes/gnome-themes-extras/Makefile,v 1.12 2006/07/18 16:31:04 ahze Exp $
|
2003-06-13 02:18:47 +02:00
|
|
|
|
|
|
|
PORTNAME= gnome-themes-extras
|
2006-04-30 02:47:21 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2004-06-02 04:26:24 +02:00
|
|
|
CATEGORIES= x11-themes gnome
|
2003-06-13 02:18:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
|
2003-06-13 02:18:47 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= More themes for the GNOME 2 desktop environment
|
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
BUILD_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
|
|
|
|
RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
|
2005-03-12 12:20:58 +01:00
|
|
|
|
2003-06-13 02:18:47 +02:00
|
|
|
USE_BZIP2= yes
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-12-06 23:09:32 +01:00
|
|
|
USE_GMAKE= yes
|
2004-11-08 00:01:44 +01:00
|
|
|
USE_GNOME= gnomehack libgnomeui intlhack
|
2005-11-08 13:49:51 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2003-07-13 22:05:10 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-06-13 02:18:47 +02:00
|
|
|
|
2005-03-12 12:20:58 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 503001
|
|
|
|
EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
|
|
|
|
TAR= ${LOCALBASE}/bin/gtar
|
|
|
|
.endif
|
2004-04-05 06:15:24 +02:00
|
|
|
|
2003-06-17 12:30:56 +02:00
|
|
|
post-patch:
|
2003-06-18 10:10:57 +02:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
2003-08-02 10:12:33 +02:00
|
|
|
"/^themedir =.*metacity-1$$/s|themes|gnome/themes|"
|
2003-06-17 12:30:56 +02:00
|
|
|
|
2005-03-12 12:20:58 +01:00
|
|
|
.include <bsd.port.post.mk>
|