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
3190821486
commit
fde7e58898
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360320
@ -3,16 +3,14 @@
|
||||
|
||||
PORTNAME= libvc
|
||||
PORTVERSION= 003
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= jgh@FreeBSD.org
|
||||
COMMENT= vCard library
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_BZIP2= yes
|
||||
USES= bison
|
||||
USES= bison libtool tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
include/vc.h
|
||||
lib/libvc.a
|
||||
lib/libvc.la
|
||||
lib/libvc.so
|
||||
lib/libvc.so.0
|
||||
lib/libvc.so.0.0.0
|
||||
man/man3/vc.3.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
|
Loading…
Reference in New Issue
Block a user