blob: 2583df13ff11519a41e7dd4c8c3a34d7ed790a5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
PORTNAME= libisofs
PORTVERSION= 1.5.6
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libburnia ISO9660 filesystem creation library
WWW= https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libburn.so:devel/libburn
USES= iconv libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PORTDOCS= Tutorial susp_* zisofs_format.txt
OPTIONS_DEFINE= DEBUG DOCS LIBACL LIBJTE XATTR ZLIB
OPTIONS_DEFAULT= LIBACL LIBJTE XATTR ZLIB
LIBACL_DESC= Enable use of ACL functions
LIBJTE_DESC= Jigdo file support
XATTR_DESC= Extended file attribute support
DEBUG_CONFIGURE_ENABLE= debug
LIBACL_CONFIGURE_ENABLE= libacl
LIBJTE_CONFIGURE_ENABLE= libjte
XATTR_CONFIGURE_ENABLE= xattr
ZLIB_CONFIGURE_ENABLE= zlib
post-patch:
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|