1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/gleyes/Makefile

31 lines
746 B
Makefile
Raw Normal View History

# New ports collection makefile for: gleyes
# Date created: 2 December 1998
# Whom: Malte Lance <malte.lance@gmx.net>
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
2000-04-14 06:43:02 +00:00
PORTNAME= gleyes
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \
ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \
1999-01-11 13:40:13 +00:00
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= ports@FreeBSD.org
2003-02-21 12:06:51 +00:00
COMMENT= GLUT version of Xeyes
LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut
USE_X_PREFIX= yes
USE_GL= yes
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
MAN1= gleyes.1
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/gleyes
.include <bsd.port.mk>