diff options
Diffstat (limited to 'devel/fpc-fcl-sound/Makefile')
-rw-r--r-- | devel/fpc-fcl-sound/Makefile | 15 |
1 files changed, 15 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" |