diff options
author | zuntum <zuntum> | 2001-07-11 08:25:10 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-07-11 08:25:10 +0000 |
commit | 29c0ba30f829469ce3a25f90565ec2baedea87a7 (patch) | |
tree | 2346f9bd263aa9f5ee784f7be4c739431c755afa /graphics | |
parent | 1d6961c5617648f1f54cf13861f93abe1d931c92 (diff) | |
download | pkgsrc-29c0ba30f829469ce3a25f90565ec2baedea87a7.tar.gz |
Initial import of plasma-1.0
It's a warping plasma demo coded using SDL library
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plasma/Makefile | 16 | ||||
-rw-r--r-- | graphics/plasma/distinfo | 4 | ||||
-rw-r--r-- | graphics/plasma/pkg/DESCR | 1 | ||||
-rw-r--r-- | graphics/plasma/pkg/PLIST | 2 |
4 files changed, 23 insertions, 0 deletions
diff --git a/graphics/plasma/Makefile b/graphics/plasma/Makefile new file mode 100644 index 00000000000..a2e52ba7bca --- /dev/null +++ b/graphics/plasma/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/11 08:25:10 zuntum Exp $ +# + +DISTNAME= plasma-1.0 +CATEGORIES= graphics +MASTER_SITES= http://www.libsdl.org/projects/plasma/src/ + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://www.libsdl.org/projects/plasma/ +COMMENT= warping plasma demo + +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES + +.include "../../devel/SDL/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/plasma/distinfo b/graphics/plasma/distinfo new file mode 100644 index 00000000000..c68a1c81fdf --- /dev/null +++ b/graphics/plasma/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/11 08:25:10 zuntum Exp $ + +SHA1 (plasma-1.0.tar.gz) = f4e7c3ad233805ebdf7cee1f3aade9e5cb641a59 +Size (plasma-1.0.tar.gz) = 24940 bytes diff --git a/graphics/plasma/pkg/DESCR b/graphics/plasma/pkg/DESCR new file mode 100644 index 00000000000..012783d14cd --- /dev/null +++ b/graphics/plasma/pkg/DESCR @@ -0,0 +1 @@ +warping plasma demo coded using SDL library diff --git a/graphics/plasma/pkg/PLIST b/graphics/plasma/pkg/PLIST new file mode 100644 index 00000000000..a6e22ff7da3 --- /dev/null +++ b/graphics/plasma/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/11 08:25:10 zuntum Exp $ +bin/plasma |