freebsd-ports/dns/totd/Makefile
Munechika SUMIKAWA dde20554f9 Add missing manpage.
PR:		ports/27345
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-20 13:35:31 +00:00

22 lines
439 B
Makefile

# New ports collection makefile for: totd
# Date created: 17 Nov 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= totd
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
MAINTAINER= kris@FreeBSD.org
MAN8= totd.8
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc
.include <bsd.port.mk>