diff options
Diffstat (limited to 'devel/fpc-fcl-registry/Makefile')
-rw-r--r-- | devel/fpc-fcl-registry/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/fpc-fcl-registry/Makefile b/devel/fpc-fcl-registry/Makefile deleted file mode 100644 index d1090e2a5dc4..000000000000 --- a/devel/fpc-fcl-registry/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -CATEGORIES= devel lang -PKGNAMESUFFIX= -fcl-registry - -COMMENT= Free Pascal emulation of Windows registry (FCL) - -USES= fpc -USE_FPC= fcl-base fcl-xml - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |