blob: 92919c142f2559710dbfc32afcf33983e9464ee7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: John Merryweather Cooper et al
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"
|