diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 21:27:38 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 21:27:38 +0000 |
commit | 096d262979b8c89f7a4edb1c795d27400e2744f9 (patch) | |
tree | 7deca53910b89009f43b8ea91d4a1886cd711636 /games/greed/Makefile | |
parent | 6b7668fdf504a00ee0579c3d2104f72d3968f3df (diff) | |
download | ports-096d262979b8c89f7a4edb1c795d27400e2744f9.tar.gz ports-096d262979b8c89f7a4edb1c795d27400e2744f9.zip |
Notes
Diffstat (limited to 'games/greed/Makefile')
-rw-r--r-- | games/greed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/greed/Makefile b/games/greed/Makefile index f9a6cb77d537..68305fd1cd89 100644 --- a/games/greed/Makefile +++ b/games/greed/Makefile @@ -12,9 +12,10 @@ COMMENT= Text puzzle game with the aim of clearing the game field LICENSE= BSD3CLAUSE +USES= ncurses SCOREFILE?= /var/games/greed.hs CFLAGS+= -DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${PORTVERSION}\" -LDFLAGS+= -lcurses +LDFLAGS+= -lncurses PLIST_SUB+= SCOREFILE=${SCOREFILE} do-build: |