blob: c4b79c88c63b5ccf9d81a801791e1d7993256313 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.if !defined(MASTER_OPTIONS)
MASTER_OPTIONS!= ${MAKE} -C ${.CURDIR}/../claws-mail -V PORT_OPTIONS
.endif
.if ${MASTER_OPTIONS:MGTK2}
PORTVERSION= 3.19.1
.endif
.if ${MASTER_OPTIONS:MGTK3}
PORTVERSION= 4.1.1
.endif
|