diff options
Diffstat (limited to 'devel/liboop/Makefile')
-rw-r--r-- | devel/liboop/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile new file mode 100644 index 000000000000..1aae7a81bdce --- /dev/null +++ b/devel/liboop/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# New ports collection makefile for: liboop +# Date created: Jun 1, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= liboop +PORTVERSION= 0.7 +CATEGORIES= devel +MASTER_SITES= http://download.gale.org/ + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= adns:${PORTSDIR}/net/adns \ + wwwcore:${PORTSDIR}/www/libwww + +USE_GLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww" \ + LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes + +post-patch: + @${PERL} -pi -e "s,%%GLIB_CONFIG%%,${GLIB_CONFIG},g" ${WRKSRC}/configure + +.include <bsd.port.mk> |