1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/glload/Makefile

26 lines
534 B
Makefile
Raw Normal View History

1998-12-06 14:06:05 +00:00
# New ports collection makefile for: glload
1998-12-08 16:07:34 +00:00
# Version required: 0.4.0
1998-12-06 14:06:05 +00:00
# Date created: 04 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
1998-12-06 14:06:05 +00:00
#
1999-08-31 02:00:46 +00:00
# $FreeBSD$
1998-12-06 14:06:05 +00:00
#
1998-12-08 16:07:34 +00:00
DISTNAME= glload-0.4.0
1998-12-06 14:06:05 +00:00
CATEGORIES= sysutils
MASTER_SITES= http://glload.netpedia.net/source/ \
http://www.freebsd.org/~vanilla/
1998-12-06 14:06:05 +00:00
MAINTAINER= vanilla@FreeBSD.org
1998-12-06 14:06:05 +00:00
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>