freebsd-ports/games/rottdc/Makefile
Alexey Dokuchaev 0a13054137 - Fix the build with latest GCC [1]
- Small nits in pkg-descr
- Clean up Makefile

Reported by:	pointyhat (logs) [1]
2007-06-18 14:26:43 +00:00

41 lines
842 B
Makefile

# New ports collection makefile for: rottdc
# Date created: 18 Feb 2004
# Whom: Igor Pokrovsky <tiamat@comset.net>
#
# $FreeBSD$
#
PORTNAME= rottdc
DISTVERSION= 1.0-2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sdl-dc
MAINTAINER= ports@FreeBSD.org
COMMENT= Apogee's Rise Of The Triad source port
USE_BZIP2= yes
USE_GMAKE= yes
USE_SDL= sdl mixer
USE_XLIB= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/rott
post-patch:
@${REINPLACE_CMD} -e '433s,^static ,,' ${WRKSRC}/rt_actor.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rott ${PREFIX}/bin
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${DOCSDIR}
.for i in cheats cmdline
${INSTALL_DATA} ${WRKSRC}/${i}.txt ${DOCSDIR}
.endfor
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>