53e28a9bc9
A low-level event loop management library for POSIX-based OS
29 lines
607 B
Makefile
29 lines
607 B
Makefile
# 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>
|