freebsd-ports/games/linux-spheresofchaos-demo/Makefile
Greg Larkin b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00

32 lines
720 B
Makefile

# New ports collection makefile for: spheresofchaos-demo
# Date created: 31 January 2005
# Whom: Peter Pentchev <roam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= spheresofchaos
PORTVERSION= 2.06
PORTREVISION= 1
CATEGORIES= games linux
MASTER_SITES= http://people.FreeBSD.org/~roam/games/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= roam
PKGNAMEPREFIX= linux-
PKGNAMESUFFIX= -demo
DISTNAME= chaosl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An unusual and spectacular shoot-em-up for the PC
USE_ZIP= yes
USE_LINUX= yes
USE_LINUX_APPS= sdl12
NO_BUILD= yes
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/Chaosl ${PREFIX}/bin
${BRANDELF} -t Linux ${PREFIX}/bin/Chaosl
.include <bsd.port.mk>