diff options
Diffstat (limited to 'www/fpc-httpd24/Makefile')
-rw-r--r-- | www/fpc-httpd24/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/fpc-httpd24/Makefile b/www/fpc-httpd24/Makefile deleted file mode 100644 index e92f34c986d1..000000000000 --- a/www/fpc-httpd24/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -CATEGORIES= www lang -PKGNAMESUFFIX= -httpd24 - -COMMENT= Free Pascal headers for Apache 2.4 series web server - -USES= fpc -USE_FPC= rtl-extra - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -OPTIONS_DEFINE= APACHE24 -APACHE24_DESC= Install apache24 server - -APACHE24_USES= apache:2.4 - -.include "${MASTERDIR}/Makefile" |