mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- New port: www/fpc-fastcgi
Free Pascal interface to interbase PR: 146001 Submitted by: Christopher Key <cjk32 __at __cam.ac.uk>
This commit is contained in:
parent
7bcde27b94
commit
22bbe5b9cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259360
3 changed files with 31 additions and 0 deletions
|
@ -244,6 +244,7 @@
|
|||
SUBDIR += fnord
|
||||
SUBDIR += formication
|
||||
SUBDIR += foswiki
|
||||
SUBDIR += fpc-fastcgi
|
||||
SUBDIR += fpc-httpd13
|
||||
SUBDIR += fpc-httpd20
|
||||
SUBDIR += fpc-httpd22
|
||||
|
|
21
www/fpc-fastcgi/Makefile
Normal file
21
www/fpc-fastcgi/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: fpc-fastcgi
|
||||
# Date created: 2010-04-22
|
||||
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www lang
|
||||
PKGNAMESUFFIX= -fastcgi
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal fastcgi unit
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
9
www/fpc-fastcgi/pkg-plist
Normal file
9
www/fpc-fastcgi/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fastcgi.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fastcgi.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/libpfastcgi.a
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
Loading…
Add table
Reference in a new issue