24 lines
571 B
Makefile
24 lines
571 B
Makefile
# $OpenBSD: Makefile,v 1.10 2001/05/06 02:29:58 lebel Exp $
|
|
# $FreeBSD: Makefile,v 1.1.1.1 1999/03/05 17:07:28 nectar Exp $
|
|
|
|
COMMENT= "delay program with feedback to the user"
|
|
|
|
DISTNAME= delay-1.4
|
|
CATEGORIES= misc
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= http://rei.onegeek.org/~tom/software/delay/dl/
|
|
|
|
HOMEPAGE= http://rei.onegeek.org/~tom/software/delay/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|