mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0715b0c448
Submitted by: John Hay
26 lines
578 B
Makefile
26 lines
578 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.5 1998/12/20 01:22:58 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= glload-0.4.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://glload.netpedia.net/source/ \
|
|
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>
|