1999-12-27 02:18:07 +00:00
|
|
|
# New ports collection makefile for: SCREEM
|
|
|
|
# Date created: 05 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= screem
|
|
|
|
PORTVERSION= 0.2.1
|
1999-12-27 02:18:07 +00:00
|
|
|
CATEGORIES= www
|
2000-03-21 23:34:08 +00:00
|
|
|
MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/screem/ \
|
|
|
|
http://www.screem.org/src/
|
1999-12-27 02:18:07 +00:00
|
|
|
|
2000-03-21 23:34:08 +00:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
1999-12-27 02:18:07 +00:00
|
|
|
|
2000-03-21 23:34:08 +00:00
|
|
|
LIB_DEPENDS= glade.3:${PORTSDIR}/devel/libglade
|
1999-12-27 02:18:07 +00:00
|
|
|
|
|
|
|
LIBGLADE_CONFIG?= ${LOCALBASE}/bin/libglade-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-04-29 22:49:12 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-12-27 02:18:07 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
|
|
|
CONFIGURE_ARGS= --with-gnome=${PREFIX}/include --prefix=${PREFIX} \
|
|
|
|
--with-gtk-exec-prefix=${PREFIX} --with-gtk=${PREFIX} \
|
|
|
|
--with-libglade-config=${LIBGLADE_CONFIG} \
|
|
|
|
--localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share --libdir=${PREFIX}/share
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|