1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/libcdaudio/Makefile
Baptiste Daroussin fd6141a367 Strip binaries
USES=libtool
2014-05-07 23:21:59 +00:00

21 lines
392 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= libcdaudio
PORTVERSION= 0.99.12p2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= novel@FreeBSD.org
COMMENT= Library for playing audio CDs
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcdaudio.so.1.*
.include <bsd.port.mk>