openbsd-ports/net/totd/Makefile

24 lines
627 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2000/10/22 15:43:09 espie Exp $
2000-01-21 05:04:45 -05:00
# $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $
DISTNAME= totd-1.1p4
2000-01-21 05:04:45 -05:00
CATEGORIES= net
NEED_VERSION= 1.305
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
2000-01-21 05:04:45 -05:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Jun-ichiro itojun Hagino <itojun@itojun.org>
2000-01-21 05:04:45 -05:00
HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html
2000-04-18 06:34:08 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
2000-01-21 05:04:45 -05:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/totd
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/share/totd
2000-01-21 05:04:45 -05:00
.include <bsd.port.mk>