mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool
- Strip library - Clarify license
This commit is contained in:
parent
c71eea9f5d
commit
a3f6c803ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355592
@ -3,27 +3,28 @@
|
||||
|
||||
PORTNAME= libnjb
|
||||
PORTVERSION= 2.2.7
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C library, API for communicating with Creative and Dell audio players
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= pathfix
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -22,7 +22,7 @@ bin/njb-tagtr
|
||||
bin/njb-tracks
|
||||
include/libnjb.h
|
||||
lib/libnjb.a
|
||||
lib/libnjb.la
|
||||
lib/libnjb.so
|
||||
lib/libnjb.so.6
|
||||
lib/libnjb.so.5
|
||||
lib/libnjb.so.5.1.1
|
||||
libdata/pkgconfig/libnjb.pc
|
||||
|
Loading…
Reference in New Issue
Block a user