aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-fcl-process/Makefile
blob: 2a8a8ef7b82963885b144de5e73c4d492f4df7ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by:   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"