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

NO_STAGE=   yes
.include "${MASTERDIR}/Makefile"