freebsd-ports/games/linux-spheresofchaos-demo/Makefile
Boris Samorodov 0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00

32 lines
719 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= roam@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>