27 lines
617 B
Makefile
27 lines
617 B
Makefile
# $OpenBSD: Makefile,v 1.8 2000/04/23 13:24:34 itojun Exp $
|
|
# $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $
|
|
#
|
|
|
|
DISTNAME= totd-1.1p4
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.191
|
|
FAKE=No
|
|
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/totd-1.1p4
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc/totd.conf.sample
|
|
|
|
.include <bsd.port.mk>
|