mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4f1481d5b0
Free Pascal fpvectorial unit PR: 146001 Submitted by: Christopher Key <cjk32 _ __ cam.ac.uk>
22 lines
467 B
Makefile
22 lines
467 B
Makefile
# New ports collection makefile for: fpc-fpvectorial
|
|
# Date created: 2010-04-22
|
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -fpvectorial
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal fpvectorial unit
|
|
|
|
USE_FPC= fcl-image paszlib
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|