mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
20 lines
392 B
Makefile
20 lines
392 B
Makefile
#
|
|
# $Id: Makefile 2370 2009-09-08 06:13:03Z root $
|
|
# $URL: file:///usr2/svn/ports5/multimedia-libs/libogg/Makefile $
|
|
#
|
|
PORTNAME= libogg
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= Ogg bitstream library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
INSTALLS_SHLIB= yes
|
|
MAKE_ENV+= DOC=""
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|