openbsd-ports/games/moon-buggy/Makefile

27 lines
558 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.14 2010/11/16 11:23:27 espie Exp $
COMMENT= drive some car across the moon
DISTNAME= moon-buggy-1.0
CATEGORIES= games
HOMEPAGE= http://seehuhn.de/pages/moon-buggy
2007-09-19 10:08:33 -04:00
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/
2005-11-16 17:53:26 -05:00
WANTLIB= c curses m
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --sharedstatedir=/var --with-setgid=games
2010-11-16 06:23:25 -05:00
USE_GMAKE= Yes
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>