2002-05-02 13:09:03 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2002/05/02 17:09:03 naddy Exp $
|
2002-02-04 10:00:29 -05:00
|
|
|
|
|
|
|
COMMENT= "Perl extension for Ogg Vorbis streams"
|
|
|
|
|
2002-05-02 13:09:03 -04:00
|
|
|
V= 0.04
|
|
|
|
DISTNAME= libvorbis-perl-${V}
|
|
|
|
PKGNAME= p5-libvorbis-${V}
|
2002-02-04 10:00:29 -05:00
|
|
|
CATEGORIES= audio perl5
|
2002-05-02 13:09:03 -04:00
|
|
|
NEED_VERSION= 1.525
|
2002-02-04 10:00:29 -05:00
|
|
|
|
2002-05-02 13:09:03 -04:00
|
|
|
MAINTAINER= Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
|
2002-02-04 10:00:29 -05:00
|
|
|
|
|
|
|
# GPL or Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-02 13:09:03 -04:00
|
|
|
MASTER_SITES= http://synthcode.com/code/vorbis/
|
2002-02-04 10:00:29 -05:00
|
|
|
|
|
|
|
LIB_DEPENDS= vorbis.1,vorbisenc.1,vorbisfile.2::audio/libvorbis
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@perl -i -p -e 's#/usr/local#${LOCALBASE}#' ${WRKDIST}/Makefile.PL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|