summaryrefslogtreecommitdiffstats
path: root/textproc/libcue/Makefile
blob: 4d8bf71e6b774c376472bb7090d3ee220dee3bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
USES=		gettext

post-extract:
	${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
		${WRKSRC}/src/libcue/Makefile.in

.include <bsd.port.mk>
OpenPOWER on IntegriCloud