freebsd-ports/audio/libcdaudio/Makefile

21 lines
392 B
Makefile
Raw Normal View History

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