20 lines
429 B
Makefile
20 lines
429 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
|
|
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"
|