1999-02-18 05:58:46 +01:00
|
|
|
# New ports collection makefile for: gtkstep
|
|
|
|
# Date Created: 7 nov 98
|
|
|
|
# Whom: Gilad Rom
|
1998-11-08 18:00:25 +01:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-11-08 18:00:25 +01:00
|
|
|
#
|
|
|
|
|
2000-04-10 03:11:24 +02:00
|
|
|
PORTNAME= gtkstep
|
2001-02-05 17:49:17 +01:00
|
|
|
PORTVERSION= 2.2
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2004-06-02 11:13:46 +02:00
|
|
|
CATEGORIES= x11-themes
|
2003-12-15 22:31:51 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
|
|
|
MASTER_SITE_SUBDIR= pool/main/g/gtk-engines-gtkstep
|
|
|
|
DISTNAME= gtk-engines-${PORTNAME}_${PORTVERSION}.orig
|
1998-11-08 18:00:25 +01:00
|
|
|
|
2003-01-19 21:36:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A theme module to make GTK+ look like the NeXTSTEP(tm) interface
|
1998-11-08 18:00:25 +01:00
|
|
|
|
2003-12-15 22:31:51 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
1999-05-29 06:26:18 +02:00
|
|
|
USE_X_PREFIX= yes
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-03 22:18:13 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
1998-11-08 18:00:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|