1999-11-11 11:17:20 +01:00
|
|
|
# New ports collection makefile for: rep-gtk
|
|
|
|
# Date created: 06 October 1999
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/x11-toolkits/rep-gtk/Makefile,v 1.1 2006/07/18 16:49:16 ahze Exp $
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2000-04-10 03:11:24 +02:00
|
|
|
PORTNAME= rep-gtk
|
2000-12-05 14:42:38 +01:00
|
|
|
PORTVERSION= 0.15
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 7
|
1999-11-11 11:17:20 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-02-12 09:34:45 +01:00
|
|
|
#DIST_SUBDIR= gnome
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GTK+ binding for rep Lisp interpreter
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2007-06-30 07:39:22 +02:00
|
|
|
LIB_DEPENDS= rep.13:${PORTSDIR}/lang/librep
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2001-10-15 12:07:47 +02:00
|
|
|
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
1999-11-11 11:17:20 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-10-05 09:22:56 +02:00
|
|
|
WANT_GNOME= yes
|
1999-11-11 11:17:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 09:22:56 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-10-29 18:40:39 +01:00
|
|
|
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
2000-10-05 09:22:56 +02:00
|
|
|
|
2007-07-29 21:16:39 +02:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
2002-01-10 00:15:21 +01:00
|
|
|
.undef WITHOUT_GNOME
|
2002-01-10 00:25:42 +01:00
|
|
|
.undef WITHOUT_ALL
|
2002-01-10 00:15:21 +01:00
|
|
|
WITH_GNOME= yes
|
|
|
|
.endif
|
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2002-07-11 19:16:10 +02:00
|
|
|
.if ${HAVE_GNOME:Mlibglade}!=""
|
|
|
|
USE_GNOME+= libglade
|
|
|
|
PKGNAMESUFFIX= -gnome
|
2000-07-11 11:52:56 +02:00
|
|
|
CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \
|
|
|
|
--with-gnome-canvas-pixbuf
|
2000-10-05 09:22:56 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --without-libglade --without-gnome --without-gdk-pixbuf \
|
|
|
|
--without-gnome-canvas-pixbuf
|
2000-02-18 10:34:27 +01:00
|
|
|
.endif
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.include <bsd.port.post.mk>
|