freebsd-ports/net/opendchub/Makefile
Mario Sergio Fujikawa Ferreira 3d7dcd50fd New port opendchub version 0.6.5: Unofficial Unix version of the
Direct Connect Hub software

PR:		38682
Submitted by:	Munish Chopra <munish@engmail.uwaterloo.ca>
2002-06-09 17:59:48 +00:00

30 lines
552 B
Makefile

# New ports collection makefile for: opendchub
# Date created: May 29, 2002
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
#
# $FreeBSD$
#
PORTNAME= opendchub
PORTVERSION= 0.6.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mchopra@engmail.uwaterloo.ca
GNU_CONFIGURE= yes
USE_GMAKE= yes
DOC_FILES= COPYING README
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>