mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
5d48443269
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
25 lines
552 B
Makefile
25 lines
552 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guilib
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
|
|
DISTNAME= GUIlib-${PORTVERSION}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Simple GUI framework for use with SDL
|
|
|
|
USE_SDL= sdl
|
|
USES= gmake libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= aclocal:env
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e 's|^ACLOCAL =.*|ACLOCAL = ${ACLOCAL}|g' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|