freebsd-ports/graphics/guilib/Makefile
Dmitry Marakasov e868771e5b - Strip library
Approved by:	bapt
2014-12-21 18:00:45 +00:00

28 lines
667 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-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
post-configure:
@${REINPLACE_CMD} -e 's|^ACLOCAL =.*|ACLOCAL = ${ACLOCAL}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>