diff options
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 |