5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
15 lines
295 B
Makefile
15 lines
295 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= www lang
|
|
PKGNAMESUFFIX= -libmicrohttpd
|
|
|
|
COMMENT= Free Pascal libmicrohttpd unit
|
|
|
|
USES= fpc
|
|
USE_FPC= rtl-extra
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|