mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# Created by: Roman Shterenzon <roman@xpert.com>
|
|
|
|
PORTNAME= Audio-CD
|
|
PORTVERSION= 0.04
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl interface to libcdaudio (cd + cddb)
|
|
|
|
LIB_DEPENDS= libcdaudio.so:audio/libcdaudio
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \
|
|
LIBS="-L${LOCALBASE}/lib -lcdaudio"
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/CD/CD.so
|
|
|
|
.include <bsd.port.mk>
|