mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USES=libtool
- Use INSTALL_TARGET=install-strip
This commit is contained in:
parent
7b9993d18c
commit
47bd638a44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360803
@ -2,27 +2,23 @@
|
||||
|
||||
PORTNAME= yara
|
||||
PORTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= wxs@FreeBSD.org
|
||||
COMMENT= A malware identification and classification tool
|
||||
COMMENT= Malware identification and classification tool
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= plusvic
|
||||
GH_TAGNAME= v2.1.0
|
||||
GH_COMMIT= 6530e73
|
||||
|
||||
USE_AUTOTOOLS= libtool aclocal autoheader automake
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool
|
||||
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
|
||||
AUTOMAKE_ARGS= -a -c -f
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${SH} ./bootstrap.sh
|
||||
|
||||
pre-install:
|
||||
${STRIP_CMD} ${WRKSRC}/libyara/.libs/libyara.so.2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,8 +2,8 @@ bin/yara
|
||||
bin/yarac
|
||||
include/yara.h
|
||||
lib/libyara.a
|
||||
lib/libyara.la
|
||||
lib/libyara.so
|
||||
lib/libyara.so.2
|
||||
lib/libyara.so.2.1.0
|
||||
man/man1/yara.1.gz
|
||||
man/man1/yarac.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user