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
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -dbus
|
|
|
|
COMMENT= Free Pascal interface to dbus library
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= DBUS
|
|
DBUS_DESC= Install dbus library
|
|
OPTIONS_DEFAULT= DBUS
|
|
|
|
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
|
|
|
|
.include "${MASTERDIR}/Makefile"
|