openbsd-ports/games/moon-buggy/Makefile
fkr 3a1796c5dc I was pointed to the new home of moon-buggy which has a much newer
version available. thanks markus mueller.
update port to moon-buggy 1.0
ok bernd@
2007-10-06 22:32:41 +00:00

27 lines
560 B
Makefile

# $OpenBSD: Makefile,v 1.11 2007/10/06 22:32:41 fkr Exp $
COMMENT= drive some car across the moon
DISTNAME= moon-buggy-1.0
PKGNAME= ${DISTNAME}
CATEGORIES= games
HOMEPAGE= http://seehuhn.de/pages/moon-buggy
MAINTAINER= Felix Kronlage <fkr@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://seehuhn.de/media/programs/
WANTLIB= c curses m
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --sharedstatedir=/var --with-setgid=games
USE_GMAKE= Yes
.include <bsd.port.mk>