mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES Approved by: portmgr blanket
This commit is contained in:
parent
2e6bc86aad
commit
0fd8045a7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360325
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= libticalcs2
|
||||
PORTVERSION= 1.1.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17
|
||||
|
||||
@ -15,10 +15,9 @@ LIB_DEPENDS= libticables2.so:${PORTSDIR}/comms/libticables2 \
|
||||
libticonv.so:${PORTSDIR}/converters/libticonv \
|
||||
libtifiles2.so:${PORTSDIR}/devel/libtifiles2
|
||||
|
||||
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
|
||||
@ -29,6 +28,7 @@ NLS_CONFIGURE_ENABLE= nls
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= `pkg-config --libs glib-2.0`
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticalcs2.pc.in
|
||||
|
@ -14,9 +14,9 @@ include/tilp2/nsp_cmd.h
|
||||
include/tilp2/nsp_vpkt.h
|
||||
include/tilp2/stdints3.h
|
||||
include/tilp2/ticalcs.h
|
||||
lib/libticalcs2.la
|
||||
lib/libticalcs2.so
|
||||
lib/libticalcs2.so.11
|
||||
lib/libticalcs2.so.11.0.3
|
||||
libdata/pkgconfig/ticalcs2.pc
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/libticalcs2.mo
|
||||
@dirrmtry include/tilp2
|
||||
|
Loading…
Reference in New Issue
Block a user