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