freebsd-ports/devel/libmowgli/Makefile
Oliver Lehmann 28212290fd I don't know why I removed setting the USE_GMAKE variable just before I
committed the port which will result in a BROKEN port...

So - USE_GNOME is now set again
2007-10-15 19:07:13 +00:00

25 lines
521 B
Makefile

# New ports collection makefile for: libmowgli
# Date Created: 06 Sep 2007
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmowgli
PORTVERSION= 0.5.0
CATEGORIES= devel
MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz
MAINTAINER= oliver@FreeBSD.org
COMMENT= A development framework for C
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>