diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-06 14:06:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-06 14:06:05 +0000 |
commit | d6f0fcea1f60afe2fb07034f2c57396207347b21 (patch) | |
tree | 86bdd1f977333c20dc01e1e25615b72d4c428761 /sysutils | |
parent | 8c85ccc90cb0267bec1b7fd8e542eb64baf32bbd (diff) | |
download | ports-d6f0fcea1f60afe2fb07034f2c57396207347b21.tar.gz ports-d6f0fcea1f60afe2fb07034f2c57396207347b21.zip |
Notes
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 |