1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/fpc-newt/Makefile
2017-08-03 23:40:28 +00:00

22 lines
443 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
CATEGORIES= devel lang
PKGNAMESUFFIX= -newt
COMMENT= Free Pascal interface to newt library
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= NEWT
NEWT_DESC= Install newt library
OPTIONS_DEFAULT= NEWT
NEWT_LIB_DEPENDS= libnewt.so:devel/newt
.include "${MASTERDIR}/Makefile"