diff options
Diffstat (limited to 'www/glibwww/Makefile')
-rw-r--r-- | www/glibwww/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile new file mode 100644 index 000000000..334bbd722 --- /dev/null +++ b/www/glibwww/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: glibwww +# Date created: 26 July 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= glibwww +PORTVERSION= 0.2 +PORTREVISION= 4 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/glibwww/0.2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A library for people wanting to use libwww with gtk/gnome + +LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww + +USE_GMAKE= yes +USE_GNOME= gnomelibs +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |