freebsd-ports/devel/fpc-newt/Makefile
Jose Alonso Cardenas Marquez f42f5be9f7 - New port: devel/fpc-newt
Free Pascal interface to newt library

PR:		146001
Submitted by:	Christopher Key <cjk32 _ at cam.ac.uk>
2010-08-16 18:24:16 +00:00

24 lines
492 B
Makefile

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