27 lines
486 B
Makefile
27 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/21 08:46:33 ajacoutot Exp $
|
|
|
|
COMMENT = inspect, edit and validate Ogg files
|
|
|
|
V = 1.1.1
|
|
PKGNAME = oggz-${V}
|
|
DISTNAME = liboggz-${V}
|
|
CATEGORIES = multimedia
|
|
HOMEPAGE = http://www.xiph.org/oggz/
|
|
|
|
MAINTAINER = Eric Faurot <eric@openbsd.org>
|
|
|
|
SHARED_LIBS = oggz 0.0
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = http://downloads.xiph.org/releases/liboggz/
|
|
|
|
WANTLIB = c ogg m
|
|
|
|
LIB_DEPENDS = audio/libogg
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|