|
Lines 7-13
Link Here
|
| 7 |
# "?=" and "+=" are for including this Makefile from japanese/jpilot |
7 |
# "?=" and "+=" are for including this Makefile from japanese/jpilot |
| 8 |
|
8 |
|
| 9 |
PORTNAME= jpilot |
9 |
PORTNAME= jpilot |
| 10 |
PORTVERSION= 1.6.0 |
10 |
PORTVERSION= 1.6.1 |
| 11 |
CATEGORIES+= palm comms |
11 |
CATEGORIES+= palm comms |
| 12 |
MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ |
12 |
MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ |
| 13 |
http://jpilot.org/ |
13 |
http://jpilot.org/ |
|
Lines 36-47
Link Here
|
| 36 |
PLIST_SUB= NLS="@comment " |
36 |
PLIST_SUB= NLS="@comment " |
| 37 |
.endif |
37 |
.endif |
| 38 |
|
38 |
|
| 39 |
.if defined(WITH_GTK1) |
|
|
| 40 |
USE_GNOME+= gtk12 |
| 41 |
CONFIGURE_ARGS+= --disable-gtk2=yes |
| 42 |
.else |
| 43 |
USE_GNOME+= gtk20 |
39 |
USE_GNOME+= gtk20 |
| 44 |
.endif |
|
|
| 45 |
|
40 |
|
| 46 |
MAN1= jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1 |
41 |
MAN1= jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1 |
| 47 |
|
42 |
|