8c8a336495
when GENERIC kernel is not used. - Rebuild bootstrap (ppcx64 and ppc386) with new changes - Bump PORTREVISION PR: 239135 Reported by: fbsdbugs4 at sentry.org
15 lines
301 B
Makefile
15 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fcl-stl
|
|
|
|
COMMENT= Free Pascal generic container library (FCL)
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|