Lines 6-32
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= tintin |
8 |
PORTNAME= tintin |
9 |
PORTVERSION= 1.8.6b |
9 |
PORTVERSION= 1.95.1 |
10 |
CATEGORIES?= net games |
10 |
CATEGORIES+= net games |
11 |
MASTER_SITES= http://mail.newclear.net/tintin/download/ \ |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
12 |
http://freebsd.hanirc.org/~jhp/tintin++/ \ |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
http://www.stud.ntnu.no/~sverreno/tintin/ |
|
|
14 |
DISTNAME= tintin++v1.86b |
15 |
|
13 |
|
16 |
MAINTAINER?= jhp@cocoja.holywar.net |
14 |
MAINTAINER?= jhp@cocoja.holywar.net |
17 |
COMMENT= "a client program specialized to help playing muds(devel version)" |
15 |
COMMENT= A client program to help playing muds (devel version) |
|
|
16 |
|
17 |
WRKSRC= ${WRKDIR}/tt/src |
18 |
|
18 |
|
19 |
NO_LATEST_LINK= yes |
|
|
20 |
WRKSRC= ${WRKDIR}/tintin++/src |
21 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
|
|
20 |
USE_GMAKE= yes |
21 |
|
22 |
PLIST_FILES= bin/tt++ |
23 |
PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt |
22 |
|
24 |
|
23 |
do-install: |
25 |
do-install: |
24 |
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin |
26 |
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin |
25 |
${MKDIR} ${PREFIX}/lib/tintin |
27 |
.ifndef NOPORTDOCS |
26 |
${INSTALL_DATA} ${WRKSRC}/support/.tt_help.txt.Z ${PREFIX}/lib/tintin |
28 |
${MKDIR} ${DOCSDIR} |
27 |
${MKDIR} ${PREFIX}/share/doc/tintin |
29 |
.for i in FAQ README TODO CREDITS BUGS docs/tintin19.txt |
28 |
${INSTALL_DATA} ${WRKSRC}/support/.tintinrc ${PREFIX}/share/doc/tintin/tintinrc |
30 |
${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR} |
29 |
${INSTALL_DATA} ${WRKSRC}/support/tt.conf ${PREFIX}/share/doc/tintin/chat.conf.example |
31 |
.endfor |
30 |
cd ${WRKSRC}/.. ; ${INSTALL_DATA} CHANGES FAQ CREDITS README docs/* ${PREFIX}/share/doc/tintin |
32 |
.endif |
31 |
|
33 |
|
32 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |