79fe9efdfd
Replace two INSTALL scripts with @sample. Reorder plists to match auto-generation, add comments for files that don't get installed.
30 lines
639 B
Makefile
30 lines
639 B
Makefile
# $OpenBSD: Makefile,v 1.6 2004/08/06 14:37:28 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "Perl extension for Ogg Vorbis streams"
|
|
|
|
V= 0.04
|
|
DISTNAME= libvorbis-perl-${V}
|
|
PKGNAME= p5-libvorbis-${V}
|
|
CATEGORIES= audio perl5
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# GPL or Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://synthcode.com/code/vorbis/
|
|
|
|
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>
|