freebsd-ports/graphics/fpc-ncurses/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

13 lines
276 B
Makefile

CATEGORIES= graphics lang
PKGNAMESUFFIX= -ncurses
COMMENT= Free Pascal interface to the ncurses library
USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"