freebsd-ports/games/gleyes/Makefile
Steve Price 05833c623e - Add ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS} to fix compile errors
- Put the active links in MASTER_SITES at the top

PR:		28074
Submitted by:	Patrick Li <pat@databits.net>
2001-06-17 18:15:29 +00:00

27 lines
644 B
Makefile

# New ports collection makefile for: gleyes
# Date created: 2 December 1998
# Whom: Malte Lance <malte.lance@gmx.net>
#
# $FreeBSD$
#
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/ \
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
USE_X_PREFIX= yes
USE_MESA= yes
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
MAN1= gleyes.1
.include <bsd.port.mk>