mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix license
- Fix depends - Strip library
This commit is contained in:
parent
8dc087a99c
commit
2a11622b79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425609
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xorriso
|
||||
PORTVERSION= 1.4.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://files.libburnia-project.org/releases/
|
||||
DISTNAME= libisoburn-${PORTVERSION}
|
||||
@ -10,17 +11,17 @@ DISTNAME= libisoburn-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= ISO image manipulation tool based on Libburnia
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= libburn>=1.1.0:devel/libburn \
|
||||
libisofs>=1.1.2:devel/libisofs
|
||||
RUN_DEPENDS= libburn>=1.1.0:devel/libburn \
|
||||
libisofs>=1.1.2:devel/libisofs
|
||||
LIB_DEPENDS= libburn.so:devel/libburn \
|
||||
libisofs.so:devel/libisofs
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix
|
||||
SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
INFO= xorrecord xorriso xorrisofs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user