diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
commit | f01cba6e50575183cf50dc87ded17319b63e1a14 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /audio/fpc-sndfile | |
parent | c502e77d8f318117c0982f8999f2e243e8ef511c (diff) | |
download | ports-f01cba6e50575183cf50dc87ded17319b63e1a14.tar.gz ports-f01cba6e50575183cf50dc87ded17319b63e1a14.zip |
Notes
Diffstat (limited to 'audio/fpc-sndfile')
-rw-r--r-- | audio/fpc-sndfile/Makefile | 23 | ||||
-rw-r--r-- | audio/fpc-sndfile/pkg-plist | 4 |
2 files changed, 0 insertions, 27 deletions
diff --git a/audio/fpc-sndfile/Makefile b/audio/fpc-sndfile/Makefile deleted file mode 100644 index 0eba502204b1..000000000000 --- a/audio/fpc-sndfile/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Christopher Key <cjk32@cam.ac.uk> -# $FreeBSD$ - -PORTREVISION= 1 -CATEGORIES= audio lang -PKGNAMESUFFIX= -sndfile - -MAINTAINER= freebsd-fpc@FreeBSD.org -COMMENT= Free Pascal Interface to sndfile library - -USE_FPC= yes - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -OPTIONS_DEFINE= LIBSNDFILE -LIBSNDFILE_DESC= Install sndfile library -OPTIONS_DEFAULT= LIBSNDFILE - -LIBSNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile - -.include "${MASTERDIR}/Makefile" diff --git a/audio/fpc-sndfile/pkg-plist b/audio/fpc-sndfile/pkg-plist deleted file mode 100644 index 094b3d6f2901..000000000000 --- a/audio/fpc-sndfile/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -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 |