mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES Approved by: portmgr blanket
This commit is contained in:
parent
de233a2298
commit
b39160afcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360329
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= libticables2
|
||||
PORTVERSION= 1.3.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17
|
||||
|
||||
@ -11,10 +11,9 @@ COMMENT= TI calculator link cables library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -2,9 +2,9 @@ include/tilp2/export1.h
|
||||
include/tilp2/stdints1.h
|
||||
include/tilp2/ticables.h
|
||||
include/tilp2/timeout.h
|
||||
lib/libticables2.la
|
||||
lib/libticables2.so
|
||||
lib/libticables2.so.6
|
||||
lib/libticables2.so.6.0.0
|
||||
libdata/pkgconfig/ticables2.pc
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/libticables2.mo
|
||||
@dirrmtry include/tilp2
|
||||
|
Loading…
Reference in New Issue
Block a user