mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
14 lines
262 B
Makefile
14 lines
262 B
Makefile
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -${SLAVEPORT}
|
|
|
|
COMMENT= Gpgme Qt5 bindings
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/gpgme
|
|
SLAVEPORT= qt5
|
|
BINDING_NAME= qt
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|