From 2507caf2d3f170f28abc42c897a011638f5f6aeb Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 18 Mar 2004 21:10:29 +0000 Subject: Add rep-gtk2, and fix it for GNOME 2.6. Obtained from: GNOME CVS repo git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2120 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/rep-gtk2/Makefile | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 x11-toolkits/rep-gtk2/Makefile (limited to 'x11-toolkits/rep-gtk2/Makefile') diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile new file mode 100644 index 000000000..2db6ffc90 --- /dev/null +++ b/x11-toolkits/rep-gtk2/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: rep-gtk +# Date created: 06 October 1999 +# Whom: Yukihiro Nakai +# +# $FreeBSD: ports/x11-toolkits/rep-gtk2/Makefile,v 1.47 2004/03/18 20:10:42 marcus Exp $ +# + +PORTNAME= rep-gtk2 +PORTVERSION= 0.18 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} +DISTNAME= rep-gtk-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GTK+-2 binding for rep Lisp interpreter + +LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep + +PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= libglade2 +WANT_GNOME= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libglade +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} + +.include + +.if ${HAVE_GNOME:Mlibgnomeui}!="" +USE_GNOME+= libgnomeui +CONFIGURE_ARGS+= --with-gnome +PKGNAMESUFFIX= -gnome +.else +CONFIGURE_ARGS+= --without-gnome +.endif + +.include -- cgit v1.2.3