22 lines
436 B
Makefile
Raw Normal View History

2018-04-09 07:48:38 +00:00
# $OpenBSD: Makefile,v 1.18 2018/04/09 07:48:38 jasper Exp $
COMMENT= drive some car across the moon
DISTNAME = moon-buggy-1.0.51
2018-04-09 07:48:38 +00:00
REVISION = 0
CATEGORIES= games
HOMEPAGE= http://seehuhn.de/pages/moon-buggy
# GPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://seehuhn.de/media/programs/
2005-11-16 22:53:26 +00:00
WANTLIB= c curses m
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --sharedstatedir=/var --with-setgid=games
2010-11-16 11:23:25 +00:00
USE_GMAKE= Yes
.include <bsd.port.mk>