- Switch to USES=libtool, drop .la files
- Use correct LICENSE Approved by: portmgr blanket
This commit is contained in:
parent
6edb625ebc
commit
63d0ab27e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362644
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libast
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.eterm.org/download/ \
|
||||
CRITICAL
|
||||
@ -11,17 +11,16 @@ MASTER_SITES= http://www.eterm.org/download/ \
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Library of assorted spiffy things
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_EFL= imlib2
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix
|
||||
USES= libtool pathfix
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -19,8 +19,8 @@ include/libast/objpair.h
|
||||
include/libast/sysdefs.h
|
||||
include/libast/vector_if.h
|
||||
lib/libast.a
|
||||
lib/libast.la
|
||||
lib/libast.so
|
||||
lib/libast.so.2
|
||||
lib/libast.so.2.0.1
|
||||
share/aclocal/libast.m4
|
||||
@dirrm include/libast
|
||||
|
Loading…
Reference in New Issue
Block a user