1999-11-11 05:17:20 -05:00
|
|
|
# New ports collection makefile for: rep-gtk
|
|
|
|
# Date created: 06 October 1999
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:11:24 -04:00
|
|
|
PORTNAME= rep-gtk
|
2000-12-05 08:42:38 -05:00
|
|
|
PORTVERSION= 0.15
|
2001-05-04 17:41:30 -04:00
|
|
|
PORTREVISION= 1
|
1999-11-11 05:17:20 -05:00
|
|
|
CATEGORIES= x11-toolkits
|
2002-02-12 00:32:42 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/rep-gtk
|
2002-02-12 03:34:45 -05:00
|
|
|
#DIST_SUBDIR= gnome
|
1999-11-11 05:17:20 -05:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1999-11-11 05:17:20 -05:00
|
|
|
|
2001-10-15 06:07:47 -04:00
|
|
|
LIB_DEPENDS= rep.11:${PORTSDIR}/lang/librep
|
1999-11-11 05:17:20 -05:00
|
|
|
|
2001-10-15 06:07:47 -04:00
|
|
|
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
1999-11-11 05:17:20 -05:00
|
|
|
|
2000-10-02 04:07:53 -04:00
|
|
|
USE_X_PREFIX= yes
|
1999-11-11 05:17:20 -05:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 03:22:56 -04:00
|
|
|
USE_GTK= yes
|
|
|
|
WANT_GNOME= yes
|
1999-11-11 05:17:20 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 03:22:56 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-10-29 12:40:39 -05:00
|
|
|
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
2000-10-05 03:22:56 -04:00
|
|
|
|
2002-01-09 18:15:21 -05:00
|
|
|
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
|
|
|
.undef WITHOUT_GNOME
|
2002-01-09 18:25:42 -05:00
|
|
|
.undef WITHOUT_ALL
|
2002-01-09 18:15:21 -05:00
|
|
|
WITH_GNOME= yes
|
|
|
|
.endif
|
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2002-01-09 18:15:21 -05:00
|
|
|
.if defined(HAVE_GNOME)
|
2001-05-04 17:41:30 -04:00
|
|
|
USE_GNOME= yes
|
2000-07-11 05:52:56 -04:00
|
|
|
CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \
|
|
|
|
--with-gnome-canvas-pixbuf
|
2000-10-05 03:22:56 -04:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --without-libglade --without-gnome --without-gdk-pixbuf \
|
|
|
|
--without-gnome-canvas-pixbuf
|
2000-02-18 04:34:27 -05:00
|
|
|
.endif
|
1999-11-11 05:17:20 -05:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.include <bsd.port.post.mk>
|