12 lines
218 B
Makefile
12 lines
218 B
Makefile
# $FreeBSD$
|
|
|
|
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"
|