mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES Approved by: portmgr blanket
This commit is contained in:
parent
9104ff5659
commit
b1159adda3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360278
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= adgali
|
PORTNAME= adgali
|
||||||
PORTVERSION= 0.2.4
|
PORTVERSION= 0.2.4
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= games devel
|
CATEGORIES= games devel
|
||||||
MASTER_SITES= http://adgali.apiou.org/download/
|
MASTER_SITES= http://adgali.apiou.org/download/
|
||||||
|
|
||||||
@ -20,9 +20,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|||||||
LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake libtool tar:bzip2
|
||||||
USE_AUTOTOOLS= libtool
|
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
USE_XORG= xpm
|
USE_XORG= xpm
|
||||||
|
@ -7,10 +7,9 @@ include/agl_gui.h
|
|||||||
include/agl_ios.h
|
include/agl_ios.h
|
||||||
include/agl_object.h
|
include/agl_object.h
|
||||||
include/agl_video.h
|
include/agl_video.h
|
||||||
lib/libadgali-0.2.so
|
|
||||||
lib/libadgali-0.2.so.0
|
lib/libadgali-0.2.so.0
|
||||||
|
lib/libadgali-0.2.so.0.0.4
|
||||||
lib/libadgali.a
|
lib/libadgali.a
|
||||||
lib/libadgali.la
|
|
||||||
lib/libadgali.so
|
lib/libadgali.so
|
||||||
share/aclocal/adgali.m4
|
share/aclocal/adgali.m4
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/adgali025.png
|
%%PORTDOCS%%%%DOCSDIR%%/adgali025.png
|
||||||
|
Loading…
Reference in New Issue
Block a user