mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
# New ports collection makefile for: gtoolkit
|
|
# Date created: 13 Jan 2002
|
|
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtoolkit
|
|
PORTVERSION= 0.9.5
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-toolkits gnustep
|
|
MASTER_SITES= ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Obj-C wrapper for gtk, a x11 graphics library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_MAKEFILE= yes
|
|
USE_GNUSTEP_BASE= yes
|
|
USE_GNUSTEP_CONFIGURE= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk12
|
|
MAKE_ARGS+= GNUSTEP_PREFIX=${PREFIX}/System
|
|
CONFIGURE_ARGS+= --with-gnustep
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/GToolKit
|
|
CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's#gtk-config#${GTK_CONFIG}#g' \
|
|
${CONFIGURE_WRKSRC}/configure
|
|
${REINPLACE_CMD} -e 's|)/Makefiles|)/Library/Makefiles|' \
|
|
${WRKSRC}/Makefile.gnustep
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "ia64"
|
|
BROKEN= gtksignal.h is missing from gtk
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|