1998-12-17 14:34:50 +00:00
|
|
|
# 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$
|
1998-12-17 14:34:50 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 06:43:02 +00:00
|
|
|
PORTNAME= gleyes
|
|
|
|
PORTVERSION= 0.2
|
2001-06-17 18:15:29 +00:00
|
|
|
PORTREVISION= 1
|
1998-12-17 14:34:50 +00:00
|
|
|
CATEGORIES= games
|
2001-06-17 18:15:29 +00:00
|
|
|
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
|
1998-12-17 14:34:50 +00:00
|
|
|
|
2003-11-02 02:48:08 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= GLUT version of Xeyes
|
1998-12-17 14:34:50 +00:00
|
|
|
|
2005-02-20 19:53:14 +00:00
|
|
|
LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut
|
|
|
|
|
1998-12-17 14:34:50 +00:00
|
|
|
USE_X_PREFIX= yes
|
2005-02-20 19:53:14 +00:00
|
|
|
USE_GL= yes
|
2001-06-17 18:15:29 +00:00
|
|
|
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
1998-12-17 14:34:50 +00:00
|
|
|
|
2000-10-13 20:24:37 +00:00
|
|
|
MAN1= gleyes.1
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/gleyes
|
1998-12-17 14:34:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|