mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
455 B
Makefile
25 lines
455 B
Makefile
# New ports collection makefile for: rt2 demo
|
|
# Date created: Sun Jun 18 11:23:18 CEST 2000
|
|
# Whom: se@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rt2_demo
|
|
PORTVERSION= 1.54b
|
|
CATEGORIES= games linux
|
|
MASTER_SITES= ftp://ftp.linuxgames.com/loki/demos/rt2/
|
|
DISTNAME= rt2-demo
|
|
EXTRACT_SUFX= .run
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${SH} ${FILESDIR}/do-install ${PREFIX} ${DISTDIR}
|
|
|
|
.include <bsd.port.mk>
|