freebsd-ports/audio/fpc-oggvorbis/Makefile
Jose Alonso Cardenas Marquez f337f65333 - New port: audio/fpc-oggvorbis
Free Pascal interface to ogg & vorbis libraries

PR:		146001
Submitted by:	Christopher Key <cjk32 __at__ cam.ac.uk>
2010-08-16 18:26:44 +00:00

24 lines
550 B
Makefile

# New ports collection makefile for: fpc-oggvorbis
# Date created: 2010-04-22
# Whom: Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= audio lang
PKGNAMESUFFIX= -oggvorbis
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to ogg & vorbis libraries
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= LIBOGG "Install ogg library" on \
LIBVORBIS "Install vorbis library" on
.include "${MASTERDIR}/Makefile"