diff options
Diffstat (limited to 'devel/fpc-fcl-async/Makefile')
-rw-r--r-- | devel/fpc-fcl-async/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/fpc-fcl-async/Makefile b/devel/fpc-fcl-async/Makefile deleted file mode 100644 index 18a3f355b1fb..000000000000 --- a/devel/fpc-fcl-async/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -CATEGORIES= devel lang -PKGNAMESUFFIX= -fcl-async - -COMMENT= Free Pascal asynchronous event management (FCL) - -USES= fpc - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |