mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Add LICENSE_FILE Approved by: portmgr blanket
This commit is contained in:
parent
b0eecfb4e2
commit
1b0ad4f477
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362653
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libisofs
|
||||
PORTVERSION= 1.3.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://files.libburnia-project.org/releases/
|
||||
|
||||
@ -10,11 +11,12 @@ MAINTAINER= delphij@FreeBSD.org
|
||||
COMMENT= Libburnia ISO9660 filesystem creation library
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libburn.so:${PORTSDIR}/devel/libburn
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= iconv
|
||||
USES= iconv libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/libisofs/libisofs.h
|
||||
lib/libisofs.a
|
||||
lib/libisofs.la
|
||||
lib/libisofs.so
|
||||
lib/libisofs.so.6
|
||||
lib/libisofs.so.6.72.0
|
||||
libdata/pkgconfig/libisofs-1.pc
|
||||
@dirrm include/libisofs
|
||||
|
Loading…
Reference in New Issue
Block a user