mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
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
|
@ -199,6 +199,7 @@
|
||||||
SUBDIR += fpc-a52
|
SUBDIR += fpc-a52
|
||||||
SUBDIR += fpc-mad
|
SUBDIR += fpc-mad
|
||||||
SUBDIR += fpc-modplug
|
SUBDIR += fpc-modplug
|
||||||
|
SUBDIR += fpc-oggvorbis
|
||||||
SUBDIR += freealut
|
SUBDIR += freealut
|
||||||
SUBDIR += freedesktop-sound-theme
|
SUBDIR += freedesktop-sound-theme
|
||||||
SUBDIR += freepats
|
SUBDIR += freepats
|
||||||
|
|
24
audio/fpc-oggvorbis/Makefile
Normal file
24
audio/fpc-oggvorbis/Makefile
Normal 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"
|
12
audio/fpc-oggvorbis/pkg-plist
Normal file
12
audio/fpc-oggvorbis/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue