mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8f94b105f3
Free Pascal interface to graphical applications Approved by: garga (mentor, implicit)
22 lines
508 B
Makefile
22 lines
508 B
Makefile
# New ports collection makefile for: fpc-graph
|
|
# Date created: 2006-09-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -graph
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to graphical applications
|
|
|
|
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|