mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
- Update to 2.1.1 - Remove patches integrated upstream - Amend COMMENT - tarballs are now hosted by KDE Project devel/qca-qt5: - Use build switch to avoid conflict with QCA Qt4 instead of patching library name and install path for headers - Make port a slave of devel/qca - Pass maintainership to kde@ PR: 204305 Approved by: pawel
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -qt5
|
|
|
|
COMMENT= Cross-platform crypto API for Qt 5
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.qt5
|
|
|
|
MASTERDIR= ${.CURDIR}/../qca
|
|
.include "${MASTERDIR}/Makefile"
|