mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/libtommath: fix PLIST, bump PORTREVISION
This commit is contained in:
parent
58833b10dd
commit
90d63f0fbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449962
1 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= libtommath
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://github.com/libtom/libtommath/releases/download/v${PORTVERSION}/
|
||||
DISTNAME= ltm-${PORTVERSION}
|
||||
|
@ -21,8 +22,7 @@ PORTDOCS= *
|
|||
PLIST_FILES= include/tommath.h \
|
||||
include/tommath_class.h \
|
||||
include/tommath_superclass.h \
|
||||
lib/libtommath.a \
|
||||
libdata/pkgconfig/libtommath.pc
|
||||
lib/libtommath.a
|
||||
|
||||
OPTIONS_DEFINE= DOCS SHARED
|
||||
|
||||
|
@ -31,7 +31,8 @@ SHARED_USES= libtool:build
|
|||
SHARED_USE= LDCONFIG=yes
|
||||
SHARED_PLIST_FILES= lib/libtommath.so \
|
||||
lib/libtommath.so.${PORTVERSION:R:R} \
|
||||
lib/libtommath.so.${PORTVERSION}
|
||||
lib/libtommath.so.${PORTVERSION} \
|
||||
libdata/pkgconfig/libtommath.pc
|
||||
SHARED_VARS= MAKEFILE=makefile.shared
|
||||
SHARED_VARS_OFF= MAKEFILE=makefile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue