diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 21:48:10 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-29 21:48:10 +0000 |
commit | ba5d80917dbfd7891c2923c9f745963fc3a20c13 (patch) | |
tree | eb08200a34fb5ea31f61cc406efb0cfb2a41ad78 /devel/csmith | |
parent | 189dcda755df130ad905fe30512bfc08bdc5ffda (diff) | |
download | ports-ba5d80917dbfd7891c2923c9f745963fc3a20c13.tar.gz ports-ba5d80917dbfd7891c2923c9f745963fc3a20c13.zip |
Notes
Diffstat (limited to 'devel/csmith')
-rw-r--r-- | devel/csmith/Makefile | 9 | ||||
-rw-r--r-- | devel/csmith/pkg-plist | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile index 40180201e108..fa922b10fe3b 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -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 diff --git a/devel/csmith/pkg-plist b/devel/csmith/pkg-plist index 658477fe42dc..0eb3a3e470f7 100644 --- a/devel/csmith/pkg-plist +++ b/devel/csmith/pkg-plist @@ -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 |