freebsd-ports/textproc/libcue/Makefile
Li-Wen Hsu eeed177451 Add libcue 1.4.0, CUE Sheet Parser Library.
PR:		ports/149887
Submitted by:	buganini at gmail.com
2010-08-22 21:33:27 +00:00

26 lines
517 B
Makefile

# New ports collection makefile for: libcue
# Date created: 23 Aug 2010
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= libcue
PORTVERSION= 1.4.0
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= buganini@gmail.com
COMMENT= CUE Sheet Parser Library
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_GETTEXT= yes
post-extract:
${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/src/libcue/Makefile.in
.include <bsd.port.mk>