mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
c79a9e3be5
commit
024b826897
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360556
2 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= liboauth
|
PORTNAME= liboauth
|
||||||
PORTVERSION= 1.0.3
|
PORTVERSION= 1.0.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= SF/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}
|
||||||
|
|
||||||
|
@ -15,7 +16,7 @@ MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USES= pkgconfig
|
USES= pkgconfig libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
include/oauth.h
|
include/oauth.h
|
||||||
lib/liboauth.so.8
|
lib/liboauth.so.0.8.7
|
||||||
|
lib/liboauth.so.0
|
||||||
lib/liboauth.so
|
lib/liboauth.so
|
||||||
lib/liboauth.la
|
|
||||||
lib/liboauth.a
|
lib/liboauth.a
|
||||||
libdata/pkgconfig/oauth.pc
|
libdata/pkgconfig/oauth.pc
|
||||||
man/man3/oauth.3.gz
|
man/man3/oauth.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue