freebsd-ports/x11-toolkits/rep-gtk/Makefile

49 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: rep-gtk
# Date created: 06 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rep-gtk
2000-12-05 08:42:38 -05:00
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/rep-gtk
#DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= rep.11:${PORTSDIR}/lang/librep
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//}
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 03:22:56 -04:00
USE_GTK= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
2000-10-05 03:22:56 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
2000-10-05 03:22:56 -04:00
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_GNOME
.undef WITHOUT_ALL
WITH_GNOME= yes
.endif
2000-10-05 03:22:56 -04:00
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
USE_GNOME= yes
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
2000-10-05 03:22:56 -04:00
.include <bsd.port.post.mk>