1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/paintown/Makefile
Bernhard Froehlich e905fdf4ac - Update to 3.4.0
- Remove MD5 checksum
- Remove all patches now included upstream
2010-12-28 16:43:21 +00:00

40 lines
1.0 KiB
Makefile

# New ports collection makefile for: paintown
# Date created: 2010-02-04
# Whom: Bernhard Froehlich <decke@bluelife.at>
#
# $FreeBSD$
#
PORTNAME= paintown
PORTVERSION= 3.4.0
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= decke@FreeBSD.org
COMMENT= Fighting game similar to Streets of Rage and TMNT
LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro \
png.6:${PORTSDIR}/graphics/png \
freetype:${PORTSDIR}/print/freetype2
USE_SCONS= yes
INSTALLS_ICONS= yes
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(c|cpp|h)
SCONS_BUILDENV+=CPPPATH="${LOCALBASE}/include" \
LIBPATH="${LOCALBASE}/lib"
DESKTOP_ENTRIES="Paintown" "Fighting game similar to Streets of Rage and TMNT" \
"${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png" \
"paintown" "Game;ActionGame;" false
do-install:
${MKDIR} ${DATADIR}
(cd ${WRKSRC} && ./install.sh -d ${DATADIR} -b ${PREFIX}/bin)
${MKDIR} ${LOCALBASE}/share/icons/hicolor/32x32/apps
${INSTALL_DATA} ${WRKSRC}/misc/icon.png \
${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png
.include <bsd.port.mk>