blob: 08d10bf03fed1814439a61990760de70454cca7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${LOCALBASE}/lib/pinball"
CPPFLAGS= -DRZR_LIBSTATIC
.include <bsd.port.mk>
|