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