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$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome-themes-extras
|
2004-01-12 03:07:24 +01:00
|
|
|
PORTVERSION= 0.6
|
2004-03-16 23:01:12 +01:00
|
|
|
PORTREVISION= 2
|
2003-06-13 02:18:47 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2004-01-12 03:07:24 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
|
2003-06-13 02:18:47 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= More themes for the GNOME 2 desktop environment
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_REINPLACE= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2003-12-06 23:09:32 +01:00
|
|
|
USE_GMAKE= yes
|
2003-06-13 02:18:47 +02:00
|
|
|
USE_GNOME= gnomehack libgnomeui
|
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
|
|
|
|
2004-01-04 01:23:17 +01:00
|
|
|
CONFLICTS= gtk-smooth-engine-*
|
|
|
|
|
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
|
|
|
|
2003-06-13 02:18:47 +02:00
|
|
|
.include <bsd.port.mk>
|