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
9beaba33cb
commit
9fa86ec723
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362733
@ -3,14 +3,14 @@
|
||||
|
||||
PORTNAME= mimir
|
||||
PORTVERSION= 2.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.cs.ru.nl/pub/vb/mimir/src/
|
||||
|
||||
MAINTAINER= ed@FreeBSD.org
|
||||
COMMENT= Data-structure library used by the Elan Programming Environment
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -12,11 +12,11 @@ include/dcg_random.h
|
||||
include/dcg_string.h
|
||||
include/dcg_xput.h
|
||||
lib/libdcg.a
|
||||
lib/libdcg.la
|
||||
lib/libdcg.so
|
||||
lib/libdcg.so.2
|
||||
lib/libdcg.so.2.0.15
|
||||
lib/libdcg2.a
|
||||
lib/libdcg2.la
|
||||
lib/libdcg2.so
|
||||
lib/libdcg2.so.2
|
||||
lib/libdcg2.so.2.0.15
|
||||
man/man1/dcg.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user