freebsd-ports/www/glibwww/Makefile

27 lines
547 B
Makefile
Raw Normal View History

# New ports collection makefile for: glibwww
# Date created: 26 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= glibwww
PORTVERSION= 0.2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/glibwww
MAINTAINER= sobomax@FreeBSD.org
2000-10-05 03:17:31 -04:00
LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 03:17:31 -04:00
USE_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>