opnsense-ports/devel/fpc-regexpr/Makefile
Franco Fichtner 28a5acb92e */*: sync with upstream
Taken from: HardenedBSD
2018-04-05 02:21:02 +02:00

16 lines
346 B
Makefile

# Created by: John Merryweather Cooper et al
# $FreeBSD$
CATEGORIES= devel lang
PKGNAMESUFFIX= -regexpr
COMMENT= Free Pascal regular expression routines
USES= fpc
USE_FPC= rtl-objpas
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"