mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
2 changed files with 4 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= libast
|
PORTNAME= libast
|
||||||
PORTVERSION= 0.7
|
PORTVERSION= 0.7
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.eterm.org/download/ \
|
MASTER_SITES= http://www.eterm.org/download/ \
|
||||||
CRITICAL
|
CRITICAL
|
||||||
|
@ -11,17 +11,16 @@ MASTER_SITES= http://www.eterm.org/download/ \
|
||||||
MAINTAINER= rodrigo@FreeBSD.org
|
MAINTAINER= rodrigo@FreeBSD.org
|
||||||
COMMENT= Library of assorted spiffy things
|
COMMENT= Library of assorted spiffy things
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= MIT
|
||||||
|
|
||||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
|
||||||
USE_EFL= imlib2
|
USE_EFL= imlib2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= pathfix
|
USES= libtool pathfix
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,8 @@ include/libast/objpair.h
|
||||||
include/libast/sysdefs.h
|
include/libast/sysdefs.h
|
||||||
include/libast/vector_if.h
|
include/libast/vector_if.h
|
||||||
lib/libast.a
|
lib/libast.a
|
||||||
lib/libast.la
|
|
||||||
lib/libast.so
|
lib/libast.so
|
||||||
lib/libast.so.2
|
lib/libast.so.2
|
||||||
|
lib/libast.so.2.0.1
|
||||||
share/aclocal/libast.m4
|
share/aclocal/libast.m4
|
||||||
@dirrm include/libast
|
@dirrm include/libast
|
||||||
|
|
Loading…
Add table
Reference in a new issue