afeede8f62
While here: - Clean up if statements in the master port - Substitute the major.minor version in all gwenhywfar pkg-plists devel/gwenhywfar/files/patch-configure had to be reworked, but the changes only affect the new port and the other changes do not affect the packages, so no PORTREVISON bump.
13 lines
253 B
Makefile
13 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -${SLAVEPORT}
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Gwenhywfar Qt5 support library
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/gwenhywfar
|
|
SLAVEPORT= qt5
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|