2000-09-15 02:17:04 -04:00
|
|
|
# New ports collection makefile for: glibwww
|
2000-07-26 08:28:53 -04:00
|
|
|
# Date created: 26 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-09-15 02:17:04 -04:00
|
|
|
PORTNAME= glibwww
|
|
|
|
PORTVERSION= 0.2
|
2001-06-19 05:37:36 -04:00
|
|
|
PORTREVISION= 1
|
2000-07-26 08:28:53 -04:00
|
|
|
CATEGORIES= www gnome
|
2000-09-15 02:17:04 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/glibwww
|
2000-07-26 08:28:53 -04:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-07-26 08:28:53 -04:00
|
|
|
|
2000-10-05 03:17:31 -04:00
|
|
|
LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww
|
2000-07-26 08:28:53 -04:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2001-06-19 05:37:36 -04:00
|
|
|
USE_GNOMECTRL= yes
|
2000-07-26 08:28:53 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|