diff options
Diffstat (limited to 'misc/cstream/Makefile')
-rw-r--r-- | misc/cstream/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile new file mode 100644 index 0000000..c1e6c82 --- /dev/null +++ b/misc/cstream/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: cstream +# Version required: 1.0 +# Date created: 19990304 +# Whom: cracauer@cons.org "Martin Cracauer" +# +# $Id$ +# + +DISTNAME= cstream-1.0 +CATEGORIES= misc +MASTER_SITES= http://www.cons.org/cracauer/download/ \ + http://www2.cons.org/cracauer/download/ \ + http://www3.cons.org/cracauer/download/ \ + http://www.hanse.de/~cracauer/homepage-mirror/download/ \ + http://www.freebsd.org/~cracauer/homepage-mirror/download/ + +MAINTAINER= cracauer@cons.org + +MAN1= cstream.1 + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |