freebsd-ports/games/pinedit/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

29 lines
675 B
Makefile

# New ports collection makefile for: pinedit
# Date created: 2011-04-02
# Whom: Stephen Hurd <shurd@sasktel.net>
#
# $FreeBSD$
#
PORTNAME= pinedit
PORTVERSION= 0.3.1
CATEGORIES= games
MASTER_SITES= SF/pinball/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= shurd@sasktel.net
COMMENT= Editor for Emilia Pinball
BUILD_DEPENDS= ${LOCALBASE}/lib/pinball/libemilia_pin.a:${PORTSDIR}/games/pinball
USE_QT_VER= 3
USE_SDL= sdl image mixer
USE_GL= gl
USE_GMAKE= yes
USE_PERL5_BUILD= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --prefix=${PREFIX} --without-debug
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/pinball
CPPFLAGS+= -DRZR_LIBSTATIC
.include <bsd.port.mk>