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