- New port: audio/fpc-oggvorbis

Free Pascal interface to ogg & vorbis libraries

PR:		146001
Submitted by:	Christopher Key <cjk32 __at__ cam.ac.uk>
This commit is contained in:
Jose Alonso Cardenas Marquez 2010-08-16 18:26:44 +00:00
parent f42f5be9f7
commit f337f65333
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259379
3 changed files with 37 additions and 0 deletions

View file

@ -199,6 +199,7 @@
SUBDIR += fpc-a52
SUBDIR += fpc-mad
SUBDIR += fpc-modplug
SUBDIR += fpc-oggvorbis
SUBDIR += freealut
SUBDIR += freedesktop-sound-theme
SUBDIR += freepats

View file

@ -0,0 +1,24 @@
# 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"

View file

@ -0,0 +1,12 @@
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/Package.fpc
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/ogg.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/ogg.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/libpogg.a
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/libpvorbis.a
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
@dirrmtry lib/fpc/%%PORTVERSION%%/units
@dirrmtry lib/fpc/%%PORTVERSION%%
@dirrmtry lib/fpc