Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= artha |
8 |
PORTNAME= artha |
9 |
PORTVERSION= 1.0.2 |
9 |
PORTVERSION= 1.0.3 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= textproc |
10 |
CATEGORIES= textproc |
12 |
MASTER_SITES= SF |
11 |
MASTER_SITES= SF |
13 |
|
12 |
|
Lines 16-23
Link Here
|
16 |
|
15 |
|
17 |
LICENSE= GPLv2 |
16 |
LICENSE= GPLv2 |
18 |
|
17 |
|
19 |
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |
18 |
LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \ |
20 |
WN.2:${PORTSDIR}/textproc/wordnet |
19 |
WN:${PORTSDIR}/textproc/wordnet |
21 |
|
20 |
|
22 |
MAN1= artha.1 |
21 |
MAN1= artha.1 |
23 |
|
22 |
|
Lines 31-42
Link Here
|
31 |
LDFLAGS+= -L${LOCALBASE}/lib |
30 |
LDFLAGS+= -L${LOCALBASE}/lib |
32 |
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet |
31 |
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet |
33 |
|
32 |
|
34 |
OPTIONS= NOTIFY "Popup word definition as notification" On |
33 |
OPTIONS_DEFINE= NOTIFY |
|
|
34 |
NOTIFY_DESC= Popup word definition as notification |
35 |
|
35 |
|
36 |
.include <bsd.port.options.mk> |
36 |
.include <bsd.port.options.mk> |
37 |
|
37 |
|
38 |
.if defined(WITH_NOTIFY) |
38 |
.if ${PORT_OPTIONS:MNOTIFY} |
39 |
LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify |
39 |
LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify |
40 |
.endif |
40 |
.endif |
41 |
|
41 |
|
42 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.mk> |