1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/fpc-newt/Makefile
Jose Alonso Cardenas Marquez 5ab881a5d9 - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
2018-04-05 04:52:36 +00:00

22 lines
441 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
CATEGORIES= devel lang
PKGNAMESUFFIX= -newt
COMMENT= Free Pascal interface to newt library
USES= fpc
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"