2020-04-26 15:54:59 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2020/04/26 13:54:59 rillig Exp $
|
2006-03-12 16:18:12 +01:00
|
|
|
|
|
|
|
DISTNAME= aop-0.6
|
2015-08-18 09:31:00 +02:00
|
|
|
PKGREVISION= 2
|
2006-03-12 16:18:12 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://raffi.at/code/aop/
|
|
|
|
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
2020-01-26 18:30:40 +01:00
|
|
|
HOMEPAGE= https://raffi.at/view/code/aop/
|
2006-03-12 16:18:12 +01:00
|
|
|
COMMENT= Aop is a curses based arcade game with only 64 lines of sourcecode
|
|
|
|
|
2019-11-03 20:28:47 +01:00
|
|
|
SUBST_CLASSES+= destination
|
2020-04-26 15:54:59 +02:00
|
|
|
SUBST_FILES.destination= aop.c
|
2019-11-03 20:28:47 +01:00
|
|
|
SUBST_STAGE.destination= pre-configure
|
|
|
|
SUBST_SED.destination= -e 's:/usr/local:${PREFIX}:g'
|
2006-03-12 16:18:12 +01:00
|
|
|
|
|
|
|
BUILD_TARGET= aop
|
|
|
|
|
2013-10-17 11:12:42 +02:00
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
2006-03-12 16:18:12 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|