mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
5978476c35
LIB_DEPENDS in audio With hat: portmgr
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# Created by: Roman Shterenzon <roman@xpert.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Audio-CD
|
|
PORTVERSION= 0.04
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl interface to libcdaudio (cd + cddb)
|
|
|
|
LIB_DEPENDS= libcdaudio.so:${PORTSDIR}/audio/libcdaudio
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \
|
|
LIBS="-L${LOCALBASE}/lib -lcdaudio"
|
|
|
|
.include <bsd.port.mk>
|