2003-04-08 05:26:20 +02:00
|
|
|
# New ports collection makefile for: gtk-flat-theme2
|
|
|
|
# Date Created: 14 March 2003
|
|
|
|
# Whom: Philip Paeps <philip@paeps.cx>
|
2000-10-31 18:28:21 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-04-08 05:26:20 +02:00
|
|
|
PORTNAME= gtk-flat-theme2
|
2003-02-15 16:14:53 +01:00
|
|
|
PORTVERSION= 0.1
|
2007-06-03 14:19:04 +02:00
|
|
|
PORTREVISION= 8
|
2004-06-02 04:26:24 +02:00
|
|
|
CATEGORIES= x11-themes
|
2000-10-31 18:28:21 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_THEMES}
|
2003-04-08 05:26:20 +02:00
|
|
|
MASTER_SITE_SUBDIR= gtk2flat
|
|
|
|
DISTNAME= gtk2flat-default
|
2000-10-31 18:28:21 +01:00
|
|
|
|
2004-03-31 08:34:10 +02:00
|
|
|
MAINTAINER= philip@FreeBSD.org
|
2003-04-08 05:26:20 +02:00
|
|
|
COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0
|
2000-10-31 18:28:21 +01:00
|
|
|
|
2003-04-08 05:26:20 +02:00
|
|
|
WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0
|
2000-10-31 18:28:21 +01:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-31 18:28:21 +01:00
|
|
|
USE_GMAKE= yes
|
2003-04-08 05:26:20 +02:00
|
|
|
USE_GNOME= gnomehack gtk20
|
2000-10-31 18:28:21 +01:00
|
|
|
|
2007-04-22 03:24:54 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-06-03 14:19:04 +02:00
|
|
|
post-extract:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
2007-04-22 03:24:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|