2010-08-16 20:24:16 +02:00
|
|
|
# New ports collection makefile for: fpc-newt
|
|
|
|
# Date created: 2010-04-22
|
|
|
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2010-08-16 20:24:16 +02:00
|
|
|
CATEGORIES= devel lang
|
|
|
|
PKGNAMESUFFIX= -newt
|
|
|
|
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
|
|
COMMENT= Free Pascal interface to newt library
|
|
|
|
|
|
|
|
USE_FPC= yes
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
|
|
|
|
OPTIONS= NEWT "Install newt library" on
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|