freebsd-ports/devel/fpc-fcl-process/Makefile
Jose Alonso Cardenas Marquez 352011c524 - New port: devel/fpc-fcl-process
Free Pascal unit to start and manipulate other programs
2009-01-14 04:38:42 +00:00

22 lines
490 B
Makefile

# 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"