freebsd-ports/x11-toolkits/gtoolkit/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gtoolkit
# Date created: 13 Jan 2002
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
#
# $FreeBSD$
#
PORTNAME= gtoolkit
2002-06-07 19:56:10 +02:00
PORTVERSION= 0.9.5
PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= Obj-C wrapper for gtk, a x11 graphics library
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_GNUSTEP= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
GNU_CONFIGURE= yes
LDCONFIG_DIRS= ${LOCALLIBDIR}
INSTALLS_SHLIB= yes
MAKE_ARGS+= GNUSTEP_SYSTEM_ROOT=${PREFIX}/System
CONFIGURE_ARGS+= --with-gnustep
2003-02-04 20:44:27 +01:00
WRKSRC= ${WRKDIR}/${DISTNAME}/GToolKit
CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
post-patch:
2002-06-16 17:03:10 +02:00
@${MV} ${CONFIGURE_WRKSRC}/configure ${CONFIGURE_WRKSRC}/configure.sed
${SED} -e 's#gtk-config#gtk12-config#g' \
${CONFIGURE_WRKSRC}/configure.sed \
> ${CONFIGURE_WRKSRC}/configure
${CHMOD} +x ${CONFIGURE_WRKSRC}/configure
.include <bsd.port.mk>