freebsd-ports/www/screem/Makefile
Will Andrews f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00

31 lines
845 B
Makefile

# New ports collection makefile for: SCREEM
# Date created: 05 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= screem
PORTVERSION= 0.2.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.screem.org/src/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= glade.3:${PORTSDIR}/devel/libglade
LIBGLADE_CONFIG?= ${LOCALBASE}/bin/libglade-config
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
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>