freebsd-ports/games/numptyphysics/Makefile
2012-06-01 05:26:28 +00:00

48 lines
1.3 KiB
Makefile

# New ports collection makefile for: numptyphysics
# Date created: 04 Jan 2009
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= numptyphysics
DISTVERSION= 0.3.r20090104
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \
ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \
ftp://ftp3.usa.openbsd.org/pub/OpenBSD/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Drawing physics-based puzzle game
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_SDL= sdl image
INSTALLS_ICONS= yes
CONFIGURE_ENV= AUTOMAKE="${TRUE}" ACLOCAL="${TRUE}" MISSING="${TRUE}"
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CPPFLAGS+= -I${LOCALBASE}/include -DINSTALL_BASE_PATH=\"\\\"${DATADIR}\\\"\"
WRKSRC= ${WRKDIR}/${PORTNAME}
OPTIONS= MOREFPS "More FPS for smoother graphics" on
.include <bsd.port.pre.mk>
post-patch:
.if !defined(WITHOUT_MOREFPS)
@${REINPLACE_CMD} -e '/define RENDER_RATE/ s|20|60|' \
${WRKSRC}/Config.h
.endif
@${CHMOD} a+x ${WRKSRC}/install-sh
@${REINPLACE_CMD} -e 's|\(desktopentrydir=\).*|\1${PREFIX}/share/applications|' \
${WRKSRC}/configure ${WRKSRC}/configure.in
@${REINPLACE_CMD} -e 's|^Exec=.*|Exec=${PORTNAME}|; /^X-Icon-Path/ d' \
${WRKSRC}/data/${PORTNAME}.desktop
post-install:
@${STRIP_CMD} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.post.mk>