1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Add USES=libtool and INSTALL_TARGET=install-strip

This commit is contained in:
Tijl Coosemans 2014-08-29 21:48:10 +00:00
parent 189dcda755
commit ba5d80917d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366574
2 changed files with 6 additions and 5 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= csmith
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/csmith/
@ -11,12 +12,12 @@ COMMENT= Generates random C programs that conform to the C99 standard
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= gmake
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
USES= gmake libtool
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386 amd64

View File

@ -23,9 +23,9 @@ include/csmith-2.1.0/volatile_runtime.c
include/csmith-2.1.0/volatile_runtime.h
include/csmith-2.1.0/windows/stdint.h
lib/libcsmith.a
lib/libcsmith.la
lib/libcsmith.so
lib/libcsmith.so.0
lib/libcsmith.so.0.0.0
%%PORTDOCS%%%%DOCSDIR%%/probabilities.txt
@dirrm %%DOCSDIR%%
@dirrm include/csmith-2.1.0/windows