summaryrefslogtreecommitdiff
path: root/devel/liboop/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-03 02:07:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-03 02:07:27 +0000
commit53e28a9bc975fc6a33b0b2833f26e43429869c68 (patch)
tree7d119366509cbe45b3c162f628d3c5a97735bd75 /devel/liboop/Makefile
parentChase Makefile rev 1.58 update and update ipv6 patch in sync (diff)
add liboop
A low-level event loop management library for POSIX-based OS
Notes
Notes: svn path=/head/; revision=43455
Diffstat (limited to 'devel/liboop/Makefile')
-rw-r--r--devel/liboop/Makefile28
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>