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
|
2003-07-13 22:05:10 +02:00
|
|
|
PORTVERSION= 0.2
|
2003-08-02 10:12:33 +02:00
|
|
|
PORTREVISION= 1
|
2003-06-13 02:18:47 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-07-13 22:05:10 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2
|
2003-06-13 02:18:47 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= More themes for the GNOME 2 desktop environment
|
|
|
|
|
2003-08-02 10:12:33 +02:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libindustrial.so:${PORTSDIR}/x11-toolkits/gtk-industrial-theme
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-06-13 02:18:47 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
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
|
|
|
|
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>
|