* Update them both to 0.9.3.160420160218 * While doing so, make devel/libdbusmenu-qt5 a slaveport Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7895
12 lines
248 B
Makefile
12 lines
248 B
Makefile
# Created by: Tobias Berner <tcberner@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdbusmenu-qt
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= 5
|
|
|
|
COMMENT= Qt5 implementation of the DBusMenu protocol
|
|
|
|
MASTERDIR= ${.CURDIR:H}/libdbusmenu-qt
|
|
|
|
.include "${MASTERDIR}/Makefile"
|