diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-06 22:06:05 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-06 22:06:05 +0800 |
commit | 8c55144677514605d8f8e76d0bd3c36f144febbb (patch) | |
tree | 3b52b85a589a2ed224857f2a7fa06c76c77999c5 /sysutils | |
parent | 04932a6be9a45252c7561df382c1e3c7e9691690 (diff) | |
download | freebsd-ports-gnome-8c55144677514605d8f8e76d0bd3c36f144febbb.tar.gz freebsd-ports-gnome-8c55144677514605d8f8e76d0bd3c36f144febbb.tar.zst freebsd-ports-gnome-8c55144677514605d8f8e76d0bd3c36f144febbb.zip |
Opengl load monitor.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/glload/Makefile | 24 | ||||
-rw-r--r-- | sysutils/glload/distinfo | 1 | ||||
-rw-r--r-- | sysutils/glload/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/glload/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/glload/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/glload/Makefile b/sysutils/glload/Makefile new file mode 100644 index 000000000000..84259796dcc0 --- /dev/null +++ b/sysutils/glload/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: glload +# Version required: 0.3.3 +# Date created: 04 Dec 1998 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= glload-0.3.3 +CATEGORIES= sysutils +MASTER_SITES= http://student.ex.ba-heidenheim.de/gload/ + +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> diff --git a/sysutils/glload/distinfo b/sysutils/glload/distinfo new file mode 100644 index 000000000000..9fbffe89b2b1 --- /dev/null +++ b/sysutils/glload/distinfo @@ -0,0 +1 @@ +MD5 (glload-0.3.3.tar.gz) = 6fe20365af72d948c3f2cebceff84133 diff --git a/sysutils/glload/pkg-comment b/sysutils/glload/pkg-comment new file mode 100644 index 000000000000..dec4a82235cc --- /dev/null +++ b/sysutils/glload/pkg-comment @@ -0,0 +1 @@ +gl base load monitor. diff --git a/sysutils/glload/pkg-descr b/sysutils/glload/pkg-descr new file mode 100644 index 000000000000..b636da836808 --- /dev/null +++ b/sysutils/glload/pkg-descr @@ -0,0 +1,6 @@ +gl base load monitor. + +check http://student.ex.ba-heidenheim.de/glload for more info. + +-Vanilla +vanilla@FreeBSD.ORG diff --git a/sysutils/glload/pkg-plist b/sysutils/glload/pkg-plist new file mode 100644 index 000000000000..ceaddfee8b88 --- /dev/null +++ b/sysutils/glload/pkg-plist @@ -0,0 +1 @@ +bin/glload |