diff options
Diffstat (limited to 'games/pinedit/Makefile')
-rw-r--r-- | games/pinedit/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/games/pinedit/Makefile b/games/pinedit/Makefile deleted file mode 100644 index 24c39f8ea2a1..000000000000 --- a/games/pinedit/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: pinedit -# Date created: 2011-04-02 -# Whom: Stephen Hurd <shurd@sasktel.net> -# -# $FreeBSD$ -# - -PORTNAME= pinedit -PORTVERSION= 0.3.1 -PORTREVISION= 2 -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> |