aboutsummaryrefslogtreecommitdiffstats
path: root/games/aop/Makefile
blob: 27efbc65ff76f1b9053e5a15651c8c5ea96a0d6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    aop
# Date created:             22. April 2004
# Whom:                 Aaron Zauner <az_mail@gmx.at>
#
# $FreeBSD$
#

PORTNAME=   aop
PORTVERSION=    0.6
CATEGORIES= games
MASTER_SITES=   http://raffi.at/code/aop/

MAINTAINER= az_mail@gmx.at
COMMENT=    A curses based arcade game with only 64 lines of code

DOCS=       COPYING README

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
        ${WRKSRC}/Makefile

.if !defined(NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
.for ii in ${DOCS}
    @${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>