update to spaceinvaders-1.4.

remove do-build section since latest version can do 'make all'.
ok tb@
This commit is contained in:
mglocker 2017-06-08 10:25:01 +00:00
parent c718b17465
commit dfda567c2c
2 changed files with 4 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.4 2017/05/29 19:49:53 mglocker Exp $
# $OpenBSD: Makefile,v 1.5 2017/06/08 10:25:01 mglocker Exp $
COMMENT = curses-based version of the Space Invaders game
DISTNAME = spaceinvaders-0.8
DISTNAME = spaceinvaders-1.4
CATEGORIES = games
HOMEPAGE = http://www.nazgul.ch/dev_spaceinvaders.html
MAINTAINER = Marcus Glocker <marcus@nazgul.ch>
@ -12,11 +12,6 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c curses
MASTER_SITES = http://www.nazgul.ch/dev/
NO_TEST = Yes
CFLAGS += -Wall -Wstrict-prototypes
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/spaceinvaders ${WRKSRC}/spaceinvaders.c \
-lcurses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spaceinvaders ${PREFIX}/bin

View File

@ -1,2 +1,2 @@
SHA256 (spaceinvaders-0.8.tar.gz) = DB8aR9XmWpLd3RcQTFPijByRlJK96kcevnzheXk7gjQ=
SIZE (spaceinvaders-0.8.tar.gz) = 12163
SHA256 (spaceinvaders-1.4.tar.gz) = V2ea95R0PFO4xip5g6ySWFS1hcTu2dgy4ApuEfqNRLA=
SIZE (spaceinvaders-1.4.tar.gz) = 14923