2013-03-10 18:55:01 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2013/03/10 22:55:04 espie Exp $
|
2006-12-08 18:08:29 -05:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= object-oriented interface to Ogg Vorbis information
|
2006-12-08 18:08:29 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Ogg-Vorbis-Header-0.03
|
2012-08-23 10:54:31 -04:00
|
|
|
REVISION= 4
|
2006-12-08 18:08:29 -05:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
|
|
|
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-23 10:54:31 -04:00
|
|
|
WANTLIB= c ogg vorbis vorbisfile
|
2010-10-18 12:52:44 -04:00
|
|
|
USE_GROFF = Yes
|
2006-12-08 18:08:29 -05:00
|
|
|
|
2010-11-14 19:22:45 -05:00
|
|
|
LIB_DEPENDS= audio/libvorbis
|
|
|
|
RUN_DEPENDS= devel/p5-Inline
|
2007-01-07 04:57:46 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-12-08 18:08:29 -05:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@perl -pi -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/Header.pm
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|