freebsd-ports/dns/totd/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

24 lines
567 B
Makefile

# New ports collection makefile for: totd
# Date created: 17 Nov 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= totd
PORTVERSION= 1.3
PORTREVISION= 3
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
MAINTAINER= ports@FreeBSD.org
MAN8= totd.8
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc
@${SED} 's@%PREFIX%@${LOCALBASE}@g' ${FILESDIR}/totd.sh > ${PREFIX}/etc/rc.d/totd.sh
@${CHMOD} +x ${PREFIX}/etc/rc.d/totd.sh
.include <bsd.port.mk>