diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 00:55:13 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 00:55:13 +0800 |
commit | 2e35a4f026ad6019b5c15650f66e3642c491f502 (patch) | |
tree | 9e1eda29566712652cd0b0093db711e0e4dc3966 /x11-toolkits/rep-gtk/Makefile | |
parent | a89d3ae00c9679c9f929d3a93a484027d5c79933 (diff) | |
download | marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.gz marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.bz2 marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.lz marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.xz marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.tar.zst marcuscom-ports-2e35a4f026ad6019b5c15650f66e3642c491f502.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6640 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/rep-gtk/Makefile')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 49 |
1 files changed, 49 insertions, 0 deletions
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 <nakai@FreeBSD.org> +# +# $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 <bsd.port.pre.mk> + +.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 <bsd.port.post.mk> |