Lines 7-17
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= odt2txt |
8 |
PORTNAME= odt2txt |
9 |
PORTVERSION= 0.4 |
9 |
PORTVERSION= 0.4 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= textproc |
11 |
CATEGORIES= textproc |
11 |
MASTER_SITES= http://stosberg.net/odt2txt/ |
12 |
MASTER_SITES= http://stosberg.net/odt2txt/ \ |
|
|
13 |
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ |
12 |
|
14 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= alexey@renatasystems.org |
14 |
COMMENT= A simple (and stupid) converter from OpenDocument Text to plain text |
16 |
COMMENT= A simple converter from OpenDocument Text to plain text |
|
|
17 |
|
18 |
LICENSE= GPLv2 |
15 |
|
19 |
|
16 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
17 |
USE_ICONV= yes |
21 |
USE_ICONV= yes |
Lines 20-26
Link Here
|
20 |
|
24 |
|
21 |
PLIST_FILES= bin/odt2txt |
25 |
PLIST_FILES= bin/odt2txt |
22 |
|
26 |
|
|
|
27 |
MAN1= odt2txt.1 |
28 |
|
23 |
do-install: |
29 |
do-install: |
24 |
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |
30 |
${INSTALL_PROGRAM} ${WRKSRC}/odt2txt ${PREFIX}/bin/odt2txt |
|
|
31 |
${INSTALL_MAN} ${WRKSRC}/odt2txt.1 ${MANPREFIX}/man/man1/odt2txt.1 |
25 |
|
32 |
|
26 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |