33 lines
846 B
Makefile
33 lines
846 B
Makefile
# New ports collection makefile for: rep-gtk
|
|
# Date created: 06 October 1999
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rep-gtk2
|
|
PORTVERSION= 2002.06.11
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-rc1
|
|
DISTNAME= rep-gtk-${PORTVERSION:S/./-/g}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
LIB_DEPENDS= rep.11:${PORTSDIR}/lang/librep2 \
|
|
gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
|
|
|
|
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-libglade \
|
|
--with-gnome
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
|
|
|
.include <bsd.port.mk>
|