1999-12-26 21:18:07 -05:00
|
|
|
# New ports collection makefile for: SCREEM
|
|
|
|
# Date created: 05 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:07:29 -04:00
|
|
|
PORTNAME= screem
|
2000-07-21 08:53:57 -04:00
|
|
|
PORTVERSION= 0.2.8
|
1999-12-26 21:18:07 -05:00
|
|
|
CATEGORIES= www
|
2000-06-14 09:21:38 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2000-03-21 18:34:08 -05:00
|
|
|
http://www.screem.org/src/
|
2000-06-14 09:21:38 -04:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-12-26 21:18:07 -05:00
|
|
|
|
2000-06-22 01:52:15 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-12-26 21:18:07 -05:00
|
|
|
|
2000-07-21 08:53:57 -04:00
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
|
|
|
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
|
|
|
|
xml.5:${PORTSDIR}/textproc/libxml \
|
|
|
|
glade.4:${PORTSDIR}/devel/libglade \
|
|
|
|
guile.6:${PORTSDIR}/lang/guile \
|
|
|
|
wwwcore.1:${PORTSDIR}/www/libwww \
|
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
1999-12-26 21:18:07 -05:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2000-04-29 18:49:12 -04:00
|
|
|
USE_LIBTOOL= yes
|
1999-12-26 21:18:07 -05:00
|
|
|
USE_X_PREFIX= yes
|
2000-07-21 08:53:57 -04:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share \
|
|
|
|
--libdir=${PREFIX}/share
|
1999-12-26 21:18:07 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|