mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
ad03c96697
commit
2cd046de3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358420
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= enet
|
||||
PORTVERSION= 1.3.12
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://enet.bespin.org/download/
|
||||
@ -12,9 +13,9 @@ COMMENT= Simple and robust communication library based on UDP
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= pathfix
|
||||
USES= pathfix libtool
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
USE_AUTOTOOLS= aclocal automake autoconf libtool
|
||||
USE_AUTOTOOLS= aclocal automake autoconf
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -8,8 +8,8 @@ include/enet/unix.h
|
||||
include/enet/utility.h
|
||||
include/enet/win32.h
|
||||
lib/libenet.a
|
||||
lib/libenet.la
|
||||
lib/libenet.so
|
||||
lib/libenet.so.7
|
||||
lib/libenet.so.7.0.0
|
||||
libdata/pkgconfig/libenet.pc
|
||||
@dirrm include/enet
|
||||
|
Loading…
Reference in New Issue
Block a user