1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- New port: audio/fpc-sndfile

Free Pascal Interface to sndfile library

PR:		146001
Submitted by:	Christopher Key <cjk32 __ at __ cam.ac.uk>
This commit is contained in:
Jose Alonso Cardenas Marquez 2010-08-16 18:35:46 +00:00
parent 1aeeb54628
commit d49657a458
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259384
3 changed files with 33 additions and 0 deletions

View File

@ -201,6 +201,7 @@
SUBDIR += fpc-modplug
SUBDIR += fpc-oggvorbis
SUBDIR += fpc-openal
SUBDIR += fpc-sndfile
SUBDIR += freealut
SUBDIR += freedesktop-sound-theme
SUBDIR += freepats

View File

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

View File

@ -0,0 +1,9 @@
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sndfile/Package.fpc
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sndfile/sndfile.o
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sndfile/sndfile.ppu
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sndfile/libpsndfile.a
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sndfile
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
@dirrmtry lib/fpc/%%PORTVERSION%%/units
@dirrmtry lib/fpc/%%PORTVERSION%%
@dirrmtry lib/fpc