- New port: audio/fpc-mad
Free Pascal interface to mad library PR: 146001 Submitted by: Christopher Key <cjk32 _ at _ cam.ac.uk>
This commit is contained in:
parent
c125347c7e
commit
b6870af0f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259375
@ -197,6 +197,7 @@
|
||||
SUBDIR += fmio
|
||||
SUBDIR += fmit
|
||||
SUBDIR += fpc-a52
|
||||
SUBDIR += fpc-mad
|
||||
SUBDIR += freealut
|
||||
SUBDIR += freedesktop-sound-theme
|
||||
SUBDIR += freepats
|
||||
|
23
audio/fpc-mad/Makefile
Normal file
23
audio/fpc-mad/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: fpc-mad
|
||||
# Date created: 2010-04-22
|
||||
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio lang
|
||||
PKGNAMESUFFIX= -mad
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal interface to mad library
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
OPTIONS= LIBMAD "Install mad library" on
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
9
audio/fpc-mad/pkg-plist
Normal file
9
audio/fpc-mad/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/mad.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/mad.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/libpmad.a
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
Loading…
Reference in New Issue
Block a user