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 /devel/fpc-fcl-sound | |
parent | c502e77d8f318117c0982f8999f2e243e8ef511c (diff) |
Notes
Diffstat (limited to 'devel/fpc-fcl-sound')
-rw-r--r-- | devel/fpc-fcl-sound/Makefile | 15 | ||||
-rw-r--r-- | devel/fpc-fcl-sound/pkg-plist | 7 |
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/fpc-fcl-sound/Makefile b/devel/fpc-fcl-sound/Makefile new file mode 100644 index 000000000000..5dfc8d7b8cd1 --- /dev/null +++ b/devel/fpc-fcl-sound/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl-sound + +MAINTAINER= freebsd-fpc@FreeBSD.org +COMMENT= Free Pascal sound loading, storing and converion (FCL) + +USE_FPC= fcl-base fcl-res rtl-objpas + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-sound/pkg-plist b/devel/fpc-fcl-sound/pkg-plist new file mode 100644 index 000000000000..ee7417ceb675 --- /dev/null +++ b/devel/fpc-fcl-sound/pkg-plist @@ -0,0 +1,7 @@ +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-sound.fpm +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavformat.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavformat.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavreader.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavreader.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavwriter.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavwriter.ppu |