22 lines
450 B
Makefile
22 lines
450 B
Makefile
# New ports collection makefile for: totd
|
|
# Date created: 17 Nov 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= totd
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
|
|
DISTNAME= totd-1.1p5
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc
|
|
|
|
.include <bsd.port.mk>
|