1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/libcue/Makefile
Antoine Brodin 023ce00d00 - Use libtool pathfix tar:bzip2
- Strip shared library
2014-05-31 11:47:32 +00:00

19 lines
342 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= libcue
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= buganini@gmail.com
COMMENT= CUE Sheet Parser Library
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gettext libtool:keepla pathfix tar:bzip2
INSTALL_TARGET= install-strip
.include <bsd.port.mk>