freebsd-ports/sysutils/glload/Makefile

26 lines
576 B
Makefile
Raw Normal View History

1998-12-06 09:06:05 -05:00
# New ports collection makefile for: glload
1998-12-08 11:07:34 -05:00
# Version required: 0.4.0
1998-12-06 09:06:05 -05:00
# Date created: 04 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
1998-12-19 20:22:58 -05:00
# $Id: Makefile,v 1.4 1998/12/08 16:07:34 vanilla Exp $
1998-12-06 09:06:05 -05:00
#
1998-12-08 11:07:34 -05:00
DISTNAME= glload-0.4.0
1998-12-06 09:06:05 -05:00
CATEGORIES= sysutils
1998-12-19 20:22:58 -05:00
MASTER_SITES= http://glload.netpedia.net/source/
http://www.freebsd.org/~vanilla/
1998-12-06 09:06:05 -05:00
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>