Lines 2-13
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libisofs |
4 |
PORTNAME= libisofs |
5 |
PORTVERSION= 1.4.8 |
5 |
PORTVERSION= 1.5.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
8 |
MASTER_SITES= http://files.libburnia-project.org/releases/ |
7 |
MASTER_SITES= http://files.libburnia-project.org/releases/ |
9 |
|
8 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ndowens@yahoo.com |
11 |
COMMENT= Libburnia ISO9660 filesystem creation library |
10 |
COMMENT= Libburnia ISO9660 filesystem creation library |
12 |
|
11 |
|
13 |
LICENSE= GPLv2 |
12 |
LICENSE= GPLv2 |
Lines 20-26
Link Here
|
20 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
21 |
INSTALL_TARGET= install-strip |
20 |
INSTALL_TARGET= install-strip |
22 |
|
21 |
|
|
|
22 |
PORTDOCS= susp_* Tutorial zisofs_format.txt |
23 |
|
24 |
OPTIONS_DEFINE= DEBUG DOCS LIBACL LIBJTE XATTR ZLIB |
25 |
OPTIONS_DEFAULT=LIBACL LIBJTE XATTR ZLIB |
26 |
|
27 |
LIBACL_DESC= Enable use of ACL functions |
28 |
LIBJTE_DESC= Jigdo file support |
29 |
XATTR_DESC= Extended file attribute support |
30 |
|
31 |
DEBUG_CONFIGURE_ENABLE= debug |
32 |
LIBACL_CONFIGURE_ENABLE= libacl |
33 |
LIBJTE_CONFIGURE_ENABLE= libjte |
34 |
XATTR_CONFIGURE_ENABLE= xattr |
35 |
ZLIB_CONFIGURE_ENABLE= zlib |
36 |
|
23 |
post-patch: |
37 |
post-patch: |
24 |
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure |
38 |
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure |
25 |
|
39 |
|
|
|
40 |
do-install-DOCS-on: |
41 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
42 |
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} |
43 |
|
26 |
.include <bsd.port.mk> |
44 |
.include <bsd.port.mk> |