1
0
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:
Dmitry Marakasov 2014-07-04 07:42:14 +00:00
parent 00075f2100
commit 80fa3d43ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360564
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= iec16022
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \
CRITICAL
@ -16,9 +17,9 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pkgconfig
USES= libtool pkgconfig
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \

View File

@ -2,9 +2,9 @@ bin/iec16022
include/iec16022/iec16022ecc200.h
include/iec16022/image.h
include/iec16022/reedsol.h
lib/libiec16022.so
lib/libiec16022.so.0.0.0
lib/libiec16022.so.0
lib/libiec16022.la
lib/libiec16022.so
lib/libiec16022.a
libdata/pkgconfig/libiec16022.pc
man/man1/iec16022.1.gz