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
2f788bdc66
commit
bfd819d440
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360315
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= guilib
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
|
||||
DISTNAME= GUIlib-${PORTVERSION}
|
||||
@ -12,10 +12,10 @@ MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Simple GUI framework for use with SDL
|
||||
|
||||
USE_SDL= sdl
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= aclocal:env
|
||||
USE_AUTOTOOLS= aclocal:env
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
||||
|
@ -15,7 +15,7 @@ include/GUI/GUI_widgets.h
|
||||
include/GUI/GUI_output.h
|
||||
include/GUI/GUI_loadimage.h
|
||||
lib/libGUI.a
|
||||
lib/libGUI.la
|
||||
lib/libGUI.so
|
||||
lib/libGUI.so.0
|
||||
lib/libGUI.so.0.0.0
|
||||
@dirrm include/GUI
|
||||
|
Loading…
Reference in New Issue
Block a user