mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
555929d1a4
sysutils/polkit-qt and sysutils/polkit-qt5 have same distfiles, similar Makefiles. Unify them. Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7900
12 lines
181 B
Makefile
12 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= polkit-qt
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= 5
|
|
|
|
COMMENT= Qt5 wrapper around Polkit libraries
|
|
|
|
MASTERDIR= ${.CURDIR:H}/polkit-qt
|
|
|
|
.include "${MASTERDIR}/Makefile"
|