mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2d8b17ea39
With hat: portmgr
23 lines
440 B
Makefile
23 lines
440 B
Makefile
# Created by: 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
|
|
USES= gettext
|
|
|
|
post-extract:
|
|
${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
|
${WRKSRC}/src/libcue/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|