1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/sysutils/glload/Makefile
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

26 lines
537 B
Makefile

# New ports collection makefile for: glload
# Version required: 0.4.0
# Date created: 04 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= glload-0.4.0
CATEGORIES= sysutils
MASTER_SITES= http://glload.netpedia.net/source/ \
http://people.FreeBSD.org/~vanilla/
MAINTAINER= vanilla@FreeBSD.org
LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3
USE_X_PREFIX= yes
MAKEFILE= Makefile.FreeBSD
ALL_TARGET= glload
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/glload ${PREFIX}/bin
.include <bsd.port.mk>