Lines 2-13
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= xorriso |
4 |
PORTNAME= xorriso |
5 |
PORTVERSION= 1.4.8 |
5 |
PORTVERSION= 1.5.0 |
6 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
7 |
MASTER_SITES= http://files.libburnia-project.org/releases/ |
7 |
MASTER_SITES= http://files.libburnia-project.org/releases/ |
8 |
DISTNAME= libisoburn-${PORTVERSION} |
8 |
DISTNAME= libisoburn-${PORTVERSION} |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ndowens@yahoo.com |
11 |
COMMENT= ISO image manipulation tool based on Libburnia |
11 |
COMMENT= ISO image manipulation tool based on Libburnia |
12 |
|
12 |
|
13 |
LICENSE= GPLv2+ |
13 |
LICENSE= GPLv2+ |
Lines 17-23
Link Here
|
17 |
libisofs.so:devel/libisofs |
17 |
libisofs.so:devel/libisofs |
18 |
|
18 |
|
19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
20 |
USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix tk |
20 |
USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix |
21 |
SHEBANG_FILES= frontend/xorriso-tcltk |
21 |
SHEBANG_FILES= frontend/xorriso-tcltk |
22 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
23 |
INSTALL_TARGET= install-strip |
23 |
INSTALL_TARGET= install-strip |
Lines 24-30
Link Here
|
24 |
|
24 |
|
25 |
INFO= xorrecord xorriso xorrisofs |
25 |
INFO= xorrecord xorriso xorrisofs |
26 |
|
26 |
|
|
|
27 |
PORTDOCS= *.wiki |
28 |
|
29 |
OPTIONS_DEFINE= CDIO DEBUG DOCS LIBACL LIBJTE READLINE TK XATTR ZLIB |
30 |
OPTIONS_DEFAULT=LIBACL LIBJTE READLINE XATTR ZLIB |
31 |
OPTIONS_SUB= yes |
32 |
|
33 |
LIBACL_DESC= ACL Support |
34 |
LIBJTE_DESC= Jigdo Support |
35 |
XATTR_DESC= Extended file attribute Support |
36 |
|
37 |
CDIO_CONFIGURE_ENABLE= libcdio |
38 |
DEBUG_CONFIGURE_ENABLE= debug |
39 |
LIBACL_CONFIGURE_ENABLE= libacl |
40 |
LIBJTE_CONFIGURE_ENABLE= libjte |
41 |
READLINE_CONFIGURE_ENABLE= libreadline |
42 |
TK_USES= tk |
43 |
TK_INFO= xorriso-tcltk |
44 |
XATTR_CONFIGURE_ENABLE= xattr |
45 |
ZLIB_CONFIGURE_ENABLE= zlib |
46 |
|
27 |
post-patch: |
47 |
post-patch: |
28 |
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure |
48 |
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure |
29 |
|
49 |
|
|
|
50 |
do-install-TK-off: |
51 |
${RM} ${STAGEDIR}${PREFIX}/bin/xorriso-tcltk \ |
52 |
${STAGEDIR}${PREFIX}/man/man1/xorriso-tcltk.1.gz \ |
53 |
${STAGEDIR}${PREFIX}/info/xorriso-tcltk.info |
54 |
|
55 |
do-install-DOCS-on: |
56 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
57 |
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} |
58 |
|
30 |
.include <bsd.port.mk> |
59 |
.include <bsd.port.mk> |