aboutsummaryrefslogblamecommitdiff
path: root/devel/gengameng/Makefile
blob: 36f0a607bf02479e15d4124085e6f824784792fb (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                               
                   
                 
                     
                                                            
 
                                 
                                          
 
                          
                         
                   
                   
                                           

                                                               
 

                                                            
                                                              
                                                                           
 
                      
# New ports collection makefile for:	gengameng
# Date created:			Apr 12, 2001
# Whom:				Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=	gengameng
PORTVERSION=	4.1
PORTREVISION=	7
CATEGORIES=	devel
MASTER_SITES=	http://ftp.osuosl.org/pub/FreeBSD/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An SDL game engine library

USE_AUTOTOOLS=	libtool:22
USE_SDL=	image sdl
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS+=	--program-prefix=""
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"

post-patch:
	${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|g; \
		s|^function ||g" ${WRKSRC}/gengameng-config.in
	${REINPLACE_CMD} -e "s/sdl_image.m4//" ${WRKSRC}/macros/Makefile.in

.include <bsd.port.mk>