1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/liboop/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

35 lines
709 B
Makefile

# ex:ts=8
# New ports collection makefile for: liboop
# Date created: Jun 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= liboop
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.ofb.net/liboop/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \
wwwcore.1:${PORTSDIR}/www/libwww
USE_GNOMENG= yes
USE_GNOME= glib12
USE_LIBTOOL= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes
CPPFLAGS= -I${LOCALBASE}/include/w3c-libwww -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e \
's|glib-config|${GLIB_CONFIG:T}|g' ${WRKSRC}/configure
.include <bsd.port.mk>