summaryrefslogtreecommitdiff
path: root/games/aop/Makefile
blob: 64c99283270f025e480e4f416ca70aef1e0dce0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.3 2012/10/06 11:54:30 asau Exp $

DISTNAME=	aop-0.6
CATEGORIES=	games
MASTER_SITES=	http://raffi.at/code/aop/

MAINTAINER=	tonio@NetBSD.org
HOMEPAGE=	http://raffi.at/view/code/aop/
COMMENT=	Aop is a curses based arcade game with only 64 lines of sourcecode

SUBST_CLASSES+=		destination
SUBST_FILES.destination=aop.c Makefile
SUBST_STAGE.destination=pre-configure
SUBST_SED.destination=	-e 's:/usr/local:${PREFIX}:g'

BUILD_TARGET=	aop

.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"