opnsense-ports/audio/libcdaudio/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 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>