28 lines
555 B
Makefile
28 lines
555 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/10 22:55:04 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= object-oriented interface to Ogg Vorbis information
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Ogg-Vorbis-Header-0.03
|
|
REVISION= 4
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c ogg vorbis vorbisfile
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= audio/libvorbis
|
|
RUN_DEPENDS= devel/p5-Inline
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/Header.pm
|
|
|
|
.include <bsd.port.mk>
|