diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-19 05:10:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-19 05:10:29 +0800 |
commit | 2507caf2d3f170f28abc42c897a011638f5f6aeb (patch) | |
tree | 85ed2de90b81b0d5a8cf3a208acc154b31f05694 /x11-toolkits/rep-gtk2/Makefile | |
parent | 0ce47203d8b420afcfbbb4407fca298ce0628f1a (diff) | |
download | marcuscom-ports-2507caf2d3f170f28abc42c897a011638f5f6aeb.tar marcuscom-ports-2507caf2d3f170f28abc42c897a011638f5f6aeb.tar.gz marcuscom-ports-2507caf2d3f170f28abc42c897a011638f5f6aeb.tar.bz2 marcuscom-ports-2507caf2d3f170f28abc42c897a011638f5f6aeb.tar.lz marcuscom-ports-2507caf2d3f170f28abc42c897a011638f5f6aeb.tar.xz marcuscom-ports-2507caf2d3f170f28abc42c897a011638f5f6aeb.tar.zst marcuscom-ports-2507caf2d3f170f28abc42c897a011638f5f6aeb.zip |
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
Diffstat (limited to 'x11-toolkits/rep-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 44 |
1 files changed, 44 insertions, 0 deletions
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 <nakai@FreeBSD.org> +# +# $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 <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mlibgnomeui}!="" +USE_GNOME+= libgnomeui +CONFIGURE_ARGS+= --with-gnome +PKGNAMESUFFIX= -gnome +.else +CONFIGURE_ARGS+= --without-gnome +.endif + +.include <bsd.port.post.mk> |