aboutsummaryrefslogtreecommitdiffstats
path: root/games/gleyes/Makefile
blob: 9bfd6e14adaf72b0a9b31a062a229169e94c4385 (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
# New ports collection makefile for:    gleyes
# Date created:     2 December 1998
# Whom:         Malte Lance <malte.lance@gmx.net>
#
# $FreeBSD$
#

PORTNAME=   gleyes
PORTVERSION=    0.2
CATEGORIES= games
MASTER_SITES=   ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \
        ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \
        ftp://ftp.cit.nepean.uws.edu.au/unix/X/graphics/
# initial distribution location was http://puma.inf.ufpr.br/~claudio/gleyes/
# which is unresponsive since about 21.12.1998

MAINTAINER= malte.lance@gmx.net

MAN1=       gleyes.1
USE_X_PREFIX=   yes
USE_MESA=   yes

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/gleyes ${PREFIX}/bin
    @${INSTALL_MAN} ${WRKSRC}/gleyes.1 ${PREFIX}/man/man1/gleyes.1

.include <bsd.port.mk>