2000-09-20 17:36:05 +02:00
|
|
|
# New ports collection makefile for: guilib
|
|
|
|
# Date created: 20 September 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= guilib
|
2007-04-10 22:40:17 +02:00
|
|
|
PORTVERSION= 1.2.0
|
2008-03-13 15:28:35 +01:00
|
|
|
PORTREVISION= 3
|
2000-09-20 17:36:05 +02:00
|
|
|
CATEGORIES= graphics
|
2001-04-06 15:04:09 +02:00
|
|
|
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
|
2000-09-20 17:36:05 +02:00
|
|
|
DISTNAME= GUIlib-${PORTVERSION}
|
|
|
|
|
2006-07-23 04:45:24 +02:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A very simple GUI framework for use with SDL
|
2000-09-20 17:36:05 +02:00
|
|
|
|
2004-03-08 02:01:31 +01:00
|
|
|
USE_SDL= sdl
|
2000-09-20 17:36:05 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-05-06 12:26:11 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2007-04-10 22:40:17 +02:00
|
|
|
USE_LDCONFIG= yes
|
2007-04-11 16:30:18 +02:00
|
|
|
USE_AUTOTOOLS= aclocal:19:env
|
2000-09-20 17:36:05 +02:00
|
|
|
|
2005-06-01 21:56:04 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2007-04-10 22:40:17 +02:00
|
|
|
post-configure:
|
|
|
|
@${REINPLACE_CMD} -e 's|^ACLOCAL =.*|ACLOCAL = ${ACLOCAL}|g' ${WRKSRC}/Makefile
|
|
|
|
|
2000-09-20 17:36:05 +02:00
|
|
|
.include <bsd.port.mk>
|