aboutsummaryrefslogblamecommitdiff
path: root/net/cnd/Makefile
blob: cff785645ae1e1c884a84ccd26e7928433ab29b6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                   
                   
                 
                   
                                                         
 
                                 

                                       
                       

                       


                                                                         
                      
# Created by: Daniel Bryan <sisko@bsdmail.com>

PORTNAME=	cnd
PORTVERSION=	0.7
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://www.bsd-geek.de/FreeBSD/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Console network display

USES=		ncurses
PLIST_FILES=	bin/cnd

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>