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= 0.99.5 |
10 |
PORTVERSION= 0.99.6 |
11 |
CATEGORIES+= palm comms |
11 |
CATEGORIES+= palm comms |
12 |
MASTER_SITES= http://jpilot.org/ |
12 |
MASTER_SITES= http://jpilot.org/ |
13 |
|
13 |
|
Lines 25-35
Link Here
|
25 |
CFLAGS+= -I${PREFIX}/include |
25 |
CFLAGS+= -I${PREFIX}/include |
26 |
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" |
26 |
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" |
27 |
|
27 |
|
28 |
MAN1= jpilot-sync.1 jpilot.1 jpilot-dump.1 |
28 |
MAN1= jpilot-sync.1 jpilot.1 |
29 |
|
29 |
|
30 |
post-install: |
30 |
post-install: |
31 |
${MKDIR} ${PREFIX}/man/man1 |
31 |
${MKDIR} ${PREFIX}/man/man1 |
32 |
${CP} ${WRKSRC}/docs/jpilot-dump.1 ${PREFIX}/man/man1 |
|
|
33 |
${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1 |
32 |
${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1 |
34 |
${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1 |
33 |
${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1 |
35 |
${MKDIR} ${PREFIX}/share/jpilot/icons |
34 |
${MKDIR} ${PREFIX}/share/jpilot/icons |
Lines 37-42
Link Here
|
37 |
${CP} ${WRKSRC}/icons/jpilot-icon2.xpm ${PREFIX}/share/jpilot/icons |
36 |
${CP} ${WRKSRC}/icons/jpilot-icon2.xpm ${PREFIX}/share/jpilot/icons |
38 |
${CP} ${WRKSRC}/icons/jpilot-icon3.xpm ${PREFIX}/share/jpilot/icons |
37 |
${CP} ${WRKSRC}/icons/jpilot-icon3.xpm ${PREFIX}/share/jpilot/icons |
39 |
${CP} ${WRKSRC}/icons/jpilot-icon4.xpm ${PREFIX}/share/jpilot/icons |
38 |
${CP} ${WRKSRC}/icons/jpilot-icon4.xpm ${PREFIX}/share/jpilot/icons |
|
|
39 |
${CP} ${WRKSRC}/empty/AddressDB.pdb ${PREFIX}/share/jpilot |
40 |
${CP} ${WRKSRC}/empty/DatebookDB.pdb ${PREFIX}/share/jpilot |
41 |
${CP} ${WRKSRC}/empty/ExpenseDB.pdb ${PREFIX}/share/jpilot |
42 |
${CP} ${WRKSRC}/empty/Memo32DB.pdb ${PREFIX}/share/jpilot |
43 |
${CP} ${WRKSRC}/empty/MemoDB.pdb ${PREFIX}/share/jpilot |
44 |
${CP} ${WRKSRC}/empty/ToDoDB.pdb ${PREFIX}/share/jpilot |
45 |
${CP} ${WRKSRC}/jpilotrc.blue ${PREFIX}/share/jpilot |
46 |
${CP} ${WRKSRC}/jpilotrc.default ${PREFIX}/share/jpilot |
47 |
${CP} ${WRKSRC}/jpilotrc.green ${PREFIX}/share/jpilot |
48 |
${CP} ${WRKSRC}/jpilotrc.purple ${PREFIX}/share/jpilot |
49 |
${CP} ${WRKSRC}/jpilotrc.steel ${PREFIX}/share/jpilot |
40 |
.if !defined(NOPORTDOCS) |
50 |
.if !defined(NOPORTDOCS) |
41 |
${MKDIR} ${PREFIX}/share/doc/jpilot |
51 |
${MKDIR} ${PREFIX}/share/doc/jpilot |
42 |
${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot |
52 |
${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot |