- Switch to USES=gmake,libtool, drop .la files
- Strip library - Fix comment
This commit is contained in:
parent
e7b510c965
commit
807c41ecda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355441
2 changed files with 5 additions and 5 deletions
|
@ -3,17 +3,17 @@
|
|||
|
||||
PORTNAME= buddy
|
||||
PORTVERSION= 2.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/BuDDy%20${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Binary Decision Diagram library
|
||||
COMMENT= Binary Decision Diagram library
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
DOCS= doc/bddnotes.ps doc/buddy.ps doc/tech.txt README AUTHORS
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@ include/bdd.h
|
|||
include/bvec.h
|
||||
include/fdd.h
|
||||
lib/libbdd.a
|
||||
lib/libbdd.la
|
||||
lib/libbdd.so
|
||||
lib/libbdd.so.0
|
||||
lib/libbdd.so.0.0.0
|
||||
%%PORTDOCS%%%%PORTDOCS%%%%DOCSDIR%%/bddnotes.ps
|
||||
%%PORTDOCS%%%%PORTDOCS%%%%DOCSDIR%%/buddy.ps
|
||||
%%PORTDOCS%%%%PORTDOCS%%%%DOCSDIR%%/tech.txt
|
||||
|
|
Loading…
Reference in a new issue