Convert to USES=libtool:build
This commit is contained in:
parent
83097b9388
commit
7784373229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366554
2 changed files with 2 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libnoise
|
||||
DISTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}src-${DISTVERSION}
|
||||
|
@ -11,8 +12,7 @@ EXTRACT_SUFX= .zip
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Generates three-dimensional coherent noise
|
||||
|
||||
USES= gmake zip
|
||||
USE_AUTOTOOLS= libtool:env
|
||||
USES= gmake libtool:build zip
|
||||
USE_LDCONFIG= yes
|
||||
CXXFLAGS+= -O3 -fomit-frame-pointer
|
||||
WRKSRC= ${WRKDIR}/noise
|
||||
|
|
|
@ -43,7 +43,6 @@ include/noise/noise.h
|
|||
include/noise/noisegen.h
|
||||
include/noise/vectortable.h
|
||||
lib/libnoise.a
|
||||
lib/libnoise.la
|
||||
lib/libnoise.so.0
|
||||
lib/libnoise.so.0.3
|
||||
@dirrm include/noise/model
|
||||
|
|
Loading…
Reference in a new issue