mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
10ccc9995e
Add Qt 5 toolkit support. Create a new slave port mail/trojita-qt4 for Qt 4 toolkit support and connect it in mail/Makefile. Convert to bzip2 USES. Patch search path for linguisttools binaries. PR: 187370 Submitted by: Marco Bröder (maintainer) Security: CVE-2014-2567 Security: 36f9ac43-b2ac-11e3-8752-080027ef73ec
17 lines
335 B
Makefile
17 lines
335 B
Makefile
# Created by: Marco Broeder <marco.broeder@posteo.eu>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -qt4
|
|
|
|
MAINTAINER= marco.broeder@posteo.eu
|
|
COMMENT= Fast cross-platform IMAP e-mail client using Qt 4 toolkit
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
CONFLICTS_INSTALL= trojita-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../trojita
|
|
|
|
.include "${MASTERDIR}/Makefile"
|