mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
26 lines
534 B
Makefile
26 lines
534 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://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>
|