freebsd-ports/devel/libmowgli/Makefile
Oliver Lehmann 4c066d770e update to 0.9.50
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
2011-04-25 09:58:32 +00:00

27 lines
623 B
Makefile

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