mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- New port: www/fpc-httpd24
Free Pascal httpd unit
This commit is contained in:
parent
b65750ff1d
commit
59d8fb5cb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349215
22
www/fpc-httpd24/Makefile
Normal file
22
www/fpc-httpd24/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www lang
|
||||
PKGNAMESUFFIX= -httpd24
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal httpd unit
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR= ${WRKUNITDIR}
|
||||
|
||||
OPTIONS_DEFINE= APACHE24
|
||||
APACHE24_DESC= Install apache24 server
|
||||
|
||||
APACHE24_USE= APACHE=24
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
12
www/fpc-httpd24/pkg-plist
Normal file
12
www/fpc-httpd24/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/apr24.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/apr24.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/httpd24.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/httpd24.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/libpapr24.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/libphttpd24.a
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
Loading…
Reference in New Issue
Block a user