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
4e873dae58
commit
ad03c96697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358419
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= unixcw
|
||||
PORTVERSION= 3.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
DISTNAME= unixcw_3.3.0.orig
|
||||
@ -26,7 +27,7 @@ PLIST_SUB+= XCWCP="@comment "
|
||||
CONFIGURE_ARGS+= --disable-xcwcp
|
||||
.endif
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
USE_CSTD= gnu99
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -7,7 +7,7 @@ include/libcw_debug.h
|
||||
lib/libcw.a
|
||||
lib/libcw.so
|
||||
lib/libcw.so.6
|
||||
lib/libcw.la
|
||||
lib/libcw.so.6.0.1
|
||||
libdata/pkgconfig/libcw.pc
|
||||
man/man1/cw.1.gz
|
||||
man/man1/cwgen.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user