blob: d9196636f327dcd99490b5ab39b1d3c1ca849d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
MASTERDIR= ${.CURDIR}/../quassel
PKGNAMESUFFIX= -core
COMMENT= Qt 5 based distributed IRC client (core/server only)
OPTIONS_EXCLUDE=CLIENT MONO NLS
OPTIONS_SLAVE= CORE
.include "${MASTERDIR}/Makefile"
|