freebsd-ports/x11-themes/gtkstep/Makefile

31 lines
694 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkstep
# Date Created: 7 nov 98
# Whom: Gilad Rom
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
#
PORTNAME= gtkstep
2001-02-05 17:49:17 +01:00
PORTVERSION= 2.2
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/g/gtk-engines-gtkstep
DISTNAME= gtk-engines-${PORTNAME}_${PORTVERSION}.orig
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
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk>