diff options
Diffstat (limited to 'graphics/fpc-hermes/Makefile')
-rw-r--r-- | graphics/fpc-hermes/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/fpc-hermes/Makefile b/graphics/fpc-hermes/Makefile deleted file mode 100644 index a130f49546f4..000000000000 --- a/graphics/fpc-hermes/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -CATEGORIES= graphics lang -PKGNAMESUFFIX= -hermes - -COMMENT= Free Pascal hermes unit - -USES= fpc - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -OPTIONS_DEFINE= HERMES -HERMES_DESC= Install hermes graphics library -OPTIONS_DEFAULT= HERMES - -HERMES_LIB_DEPENDS= libHermes.so:graphics/Hermes - -.include "${MASTERDIR}/Makefile" |