aboutsummaryrefslogtreecommitdiffstats
path: root/games/xgolgo/Makefile
blob: afd220c0b52c227eb8592df20e889f1cb4666975 (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
# New ports collection makefile for:   xgolgo
# Version required:    1.0
# Date created:        1 July 1997
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.2 1997/10/16 04:27:23 asami Exp $
#

DISTNAME=   xeyes-g
PKGNAME=    xgolgo-1.0
CATEGORIES= games
MASTER_SITES=   ftp://ftp.netlab.is.tsukuba.ac.jp/pub/X/our_collections/misc/

MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp

WRKSRC=     ${WRKDIR}/xeyes
USE_IMAKE=  yes
NO_INSTALL_MANPAGES=    yes
MAN1=       xgolgo.1

post-install:
    ${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1

.include <bsd.port.mk>