aboutsummaryrefslogtreecommitdiff
path: root/games/greed
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:36:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:36:33 +0000
commitc84e1cd8e6ce90aad916148ab61808a44ca8f718 (patch)
treeb6591847c5cfe81fd7ab910e45c88530d0741e7c /games/greed
parent1640537ad67a4e7c293de8c7bd81840e57ec6928 (diff)
downloadports-c84e1cd8e6ce90aad916148ab61808a44ca8f718.tar.gz
ports-c84e1cd8e6ce90aad916148ab61808a44ca8f718.zip
Notes
Diffstat (limited to 'games/greed')
-rw-r--r--games/greed/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/greed/Makefile b/games/greed/Makefile
index be39c534c3b6..946a151fd246 100644
--- a/games/greed/Makefile
+++ b/games/greed/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: greed
-# Date created: Apr 2, 2001
-# Whom: Mark Pulford <mark@kyne.com.au>
-#
+# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
-#
PORTNAME= greed
PORTVERSION= 3.8
@@ -20,6 +16,7 @@ SCOREFILE?= /var/games/greed.hs
CFLAGS+= -DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${PORTVERSION}\"
LDFLAGS+= -lcurses
+NO_STAGE= yes
do-build:
@cd ${WRKSRC}&&${CC} ${CFLAGS} -o greed greed.c ${LDFLAGS}