mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
19 lines
374 B
Makefile
19 lines
374 B
Makefile
PORTNAME= libcdaudio
|
|
PORTVERSION= 0.99.12p2
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for playing audio CDs
|
|
WWW= https://libcdaudio.sourceforge.net/
|
|
|
|
USES= libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcdaudio.so.1.*
|
|
|
|
.include <bsd.port.mk>
|