diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-26 20:28:53 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-26 20:28:53 +0800 |
commit | 1c76abd49e19c14fd7c4ea0130658b404fb1c622 (patch) | |
tree | 2c8b058418cdeccd968a166ee54980ef07b4c266 /www/glibwww/Makefile | |
parent | 1a82024b5ec0637965b466f982fd43a3ac070714 (diff) | |
download | freebsd-ports-gnome-1c76abd49e19c14fd7c4ea0130658b404fb1c622.tar.gz freebsd-ports-gnome-1c76abd49e19c14fd7c4ea0130658b404fb1c622.tar.zst freebsd-ports-gnome-1c76abd49e19c14fd7c4ea0130658b404fb1c622.zip |
Add libwww2 - a glib/gtk/gnome wrapper for libwww.
Diffstat (limited to 'www/glibwww/Makefile')
-rw-r--r-- | www/glibwww/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile new file mode 100644 index 000000000000..fb37430cf6ae --- /dev/null +++ b/www/glibwww/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: glibwww2 +# Date created: 26 July 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= glibwww2 +PORTVERSION= 0.1 +CATEGORIES= www gnome +MASTER_SITES= http://www.geocities.com/lordzephyroth/ + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ + wwwzip.1:${PORTSDIR}/www/libwww + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |