aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-newt/Makefile
blob: e079701429cf7a0dedce5e3fd4c29feeabc00dc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    fpc-newt
# Date created:     2010-04-22
# Whom:         Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#

PORTREVISION=   0
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"