mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
This commit is contained in:
parent
e3b2ae7613
commit
f7df95061e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363246
@ -3,17 +3,16 @@
|
||||
|
||||
PORTNAME= Hermes
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \
|
||||
GENTOO
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
GENTOO/distfiles
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fast pixel formats conversion library
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake libtool tar:bzip2
|
||||
USE_AUTOTOOLS= libtoolize
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
AUTOHEADER="${TRUE}"
|
||||
|
@ -8,7 +8,6 @@ include/Hermes/H_Types.h
|
||||
include/Hermes/Hermes.h
|
||||
include/Hermes/Types.h
|
||||
lib/libHermes.a
|
||||
lib/libHermes.la
|
||||
lib/libHermes.so
|
||||
lib/libHermes.so.1
|
||||
@dirrm include/Hermes
|
||||
|
Loading…
Reference in New Issue
Block a user