openbsd-ports/games/afternoonstalker/Makefile

26 lines
490 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:07:37 espie Exp $
COMMENT= Night Stalker clone for X
2011-07-08 18:39:38 -04:00
DISTNAME= afternoonstalker-1.1.4
CATEGORIES= games
HOMEPAGE= http://sarrazip.com/dev/afternoonstalker.html
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
2011-07-08 18:39:38 -04:00
WANTLIB += SDL SDL_image SDL_mixer c flatzebra-0.1 m pthread stdc++
MASTER_SITES= http://sarrazip.com/dev/
2011-07-08 18:39:38 -04:00
LIB_DEPENDS= devel/flatzebra>=0.1.5
2010-11-16 06:23:25 -05:00
RUN_DEPENDS= devel/desktop-file-utils
2003-11-21 16:02:57 -05:00
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>