From 2e35a4f026ad6019b5c15650f66e3642c491f502 Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 18 Jul 2006 16:55:13 +0000 Subject: - Move to LOCALBASE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6640 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/rep-gtk/Makefile | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 x11-toolkits/rep-gtk/Makefile (limited to 'x11-toolkits/rep-gtk/Makefile') diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile new file mode 100644 index 000000000..07bd832b6 --- /dev/null +++ b/x11-toolkits/rep-gtk/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: rep-gtk +# Date created: 06 October 1999 +# Whom: Yukihiro Nakai +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= rep-gtk +PORTVERSION= 0.15 +PORTREVISION= 4 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/rep-gtk/0.15 +#DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GTK+ binding for rep Lisp interpreter + +LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep + +PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} + +USE_GMAKE= yes +USE_GNOME= gtk12 +WANT_GNOME= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} + +.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) +.undef WITHOUT_GNOME +.undef WITHOUT_ALL +WITH_GNOME= yes +.endif + +.include + +.if ${HAVE_GNOME:Mlibglade}!="" +USE_GNOME+= libglade +PKGNAMESUFFIX= -gnome +CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \ + --with-gnome-canvas-pixbuf +.else +CONFIGURE_ARGS= --without-libglade --without-gnome --without-gdk-pixbuf \ + --without-gnome-canvas-pixbuf +.endif + +.include -- cgit v1.2.3