pkgsrc/multimedia/liboggz/Makefile
jperkin 7df37958c1 Expand --version-script removals for SunOS back out into package Makefiles
rather than trying to consolidate into a single fnmatch.  There aren't that
many of them, and it will aid the integration of cwrappers which doesn't
support globs.
2014-09-10 15:59:33 +00:00

26 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/09/10 15:59:34 jperkin Exp $
#
DISTNAME= liboggz-1.1.1
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xiph.org/releases/liboggz/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.xiph.org/oggz/
COMMENT= Inspects, edits, and validates Ogg files
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= oggz.pc.in
.include "options.mk"
.if ${OPSYS} == "SunOS"
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=Version_script
.endif
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"