Files
ports/sysutils/glload/Makefile
Vanilla I. Shu 46fc1e05f9 Upgrade to 0.4.0.
1998-12-08 16:07:34 +00:00

26 lines
589 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>
#
# $Id: Makefile,v 1.3 1998/12/07 09:23:48 vanilla Exp $
#
DISTNAME= glload-0.4.0
CATEGORIES= sysutils
MASTER_SITES= ftp://student.ex.ba-heidenheim.de/pub/glload/ \
http://www.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>