mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
16 lines
285 B
Makefile
16 lines
285 B
Makefile
# Created by: Daniel Bryan <sisko@bsdmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cnd
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Console network display
|
|
|
|
PLIST_FILES= bin/cnd
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|