diff options
Diffstat (limited to 'devel/fpc-fcl-sound/Makefile')
-rw-r--r-- | devel/fpc-fcl-sound/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/fpc-fcl-sound/Makefile b/devel/fpc-fcl-sound/Makefile deleted file mode 100644 index 27ce8a00d490..000000000000 --- a/devel/fpc-fcl-sound/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -CATEGORIES= devel lang -PKGNAMESUFFIX= -fcl-sound - -COMMENT= Free Pascal sound loading, storing, and conversion (FCL) - -USES= fpc -USE_FPC= fcl-base fcl-res rtl-objpas - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |