mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= libticalcs2
|
PORTNAME= libticalcs2
|
||||||
PORTVERSION= 1.1.8
|
PORTVERSION= 1.1.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17
|
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 \
|
libticonv.so:${PORTSDIR}/converters/libticonv \
|
||||||
libtifiles2.so:${PORTSDIR}/devel/libtifiles2
|
libtifiles2.so:${PORTSDIR}/devel/libtifiles2
|
||||||
|
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= gmake pathfix pkgconfig
|
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
@ -29,6 +28,7 @@ NLS_CONFIGURE_ENABLE= nls
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
LIBS+= `pkg-config --libs glib-2.0`
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticalcs2.pc.in
|
@${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/nsp_vpkt.h
|
||||||
include/tilp2/stdints3.h
|
include/tilp2/stdints3.h
|
||||||
include/tilp2/ticalcs.h
|
include/tilp2/ticalcs.h
|
||||||
lib/libticalcs2.la
|
|
||||||
lib/libticalcs2.so
|
lib/libticalcs2.so
|
||||||
lib/libticalcs2.so.11
|
lib/libticalcs2.so.11
|
||||||
|
lib/libticalcs2.so.11.0.3
|
||||||
libdata/pkgconfig/ticalcs2.pc
|
libdata/pkgconfig/ticalcs2.pc
|
||||||
%%NLS%%share/locale/fr/LC_MESSAGES/libticalcs2.mo
|
%%NLS%%share/locale/fr/LC_MESSAGES/libticalcs2.mo
|
||||||
@dirrmtry include/tilp2
|
@dirrmtry include/tilp2
|
||||||
|
|
Loading…
Add table
Reference in a new issue