diff options
author | acm <acm@FreeBSD.org> | 2009-01-14 12:38:42 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-14 12:38:42 +0800 |
commit | 82e3400a4fc261084b631ca50ffe8e772036faa1 (patch) | |
tree | 82590d00564abcc0c03c8e78e941693a736de6db /devel/fpc-fcl-process | |
parent | 3e09b79371b09fbae73ee9b072fc66e363f34373 (diff) | |
download | freebsd-ports-gnome-82e3400a4fc261084b631ca50ffe8e772036faa1.tar.gz freebsd-ports-gnome-82e3400a4fc261084b631ca50ffe8e772036faa1.tar.zst freebsd-ports-gnome-82e3400a4fc261084b631ca50ffe8e772036faa1.zip |
- New port: devel/fpc-fcl-process
Free Pascal unit to start and manipulate other programs
Diffstat (limited to 'devel/fpc-fcl-process')
-rw-r--r-- | devel/fpc-fcl-process/Makefile | 21 | ||||
-rw-r--r-- | devel/fpc-fcl-process/pkg-plist | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/devel/fpc-fcl-process/Makefile b/devel/fpc-fcl-process/Makefile new file mode 100644 index 000000000000..05eff6148481 --- /dev/null +++ b/devel/fpc-fcl-process/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: fpc-fcl-process +# Date created: 2009-01-07 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl-process + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal unit to start and manipulate other programs + +USE_FPC= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-process/pkg-plist b/devel/fpc-fcl-process/pkg-plist new file mode 100644 index 000000000000..b941aca8b85d --- /dev/null +++ b/devel/fpc-fcl-process/pkg-plist @@ -0,0 +1,21 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipes.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/process.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/simpleipc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugmsg.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugintf.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipes.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/process.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/simpleipc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugmsg.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugintf.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/libppipes.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/libpprocess.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/libpsimpleipc.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/libpdbugmsg.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/libpdbugintf.a +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |