mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
378 B
Makefile
21 lines
378 B
Makefile
|
# New ports collection makefile for: nstreams
|
||
|
# Version required: 0.99.1
|
||
|
# Date created: 22 September 1999
|
||
|
# Whom: darius@dons.net.au
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= nstreams-0.99.1
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= http://www.hsc.fr/cabinet/produits/nstreams/
|
||
|
|
||
|
MAINTAINER= darius@dons.net.au
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
WRKSRC= ${WRKDIR}/nstreams
|
||
|
|
||
|
MAN1= nstreams.1
|
||
|
|
||
|
.include <bsd.port.mk>
|