31 lines
602 B
Makefile
31 lines
602 B
Makefile
# New ports collection makefile for: darkstat
|
|
# Date created: 24 February 2002
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= darkstat
|
|
PORTVERSION= 1.21
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://members.optushome.com.au/darkmoon7/net/ \
|
|
ftp://ftp.nuug.no/pub/anders/distfiles/
|
|
|
|
MAINTAINER= anders@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= darkstat.1
|
|
|
|
DOCS= AUTHORS ChangeLog INSTALL ISSUES README TODO
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${INSTALL} -d -m 0755 ${DOCSDIR}
|
|
.for f in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|