2000-09-15 06:17:04 +00:00
|
|
|
# New ports collection makefile for: glibwww
|
2000-07-26 12:28:53 +00:00
|
|
|
# Date created: 26 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-09-15 06:17:04 +00:00
|
|
|
PORTNAME= glibwww
|
|
|
|
PORTVERSION= 0.2
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 2
|
2000-07-26 12:28:53 +00:00
|
|
|
CATEGORIES= www gnome
|
2000-09-15 06:17:04 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 17:07:51 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/glibwww/0.2
|
2000-07-26 12:28:53 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A library for people wanting to use libwww with gtk/gnome
|
2000-07-26 12:28:53 +00:00
|
|
|
|
2000-10-05 07:17:31 +00:00
|
|
|
LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww
|
2000-07-26 12:28:53 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 17:16:10 +00:00
|
|
|
USE_GNOME= gnomelibs
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2000-07-26 12:28:53 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|