openbsd-ports/misc/delay/Makefile

24 lines
389 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:23:57 espie Exp $
1999-03-18 21:57:33 -05:00
COMMENT= delay program with feedback to the user
DISTNAME= delay-1.6
2010-11-05 04:24:49 -04:00
REVISION= 0
1999-03-18 21:57:33 -05:00
CATEGORIES= misc
MASTER_SITES= ${HOMEPAGE}dl/
2002-02-02 18:10:21 -05:00
HOMEPAGE= http://onegeek.org/~tom/software/delay/
1999-03-18 21:57:33 -05:00
# GPL
2000-04-20 09:52:58 -04:00
PERMIT_PACKAGE_CDROM= Yes
2010-11-05 04:24:49 -04:00
2004-12-22 06:48:32 -05:00
WANTLIB= c curses
2000-02-12 03:02:07 -05:00
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
1999-03-18 21:57:33 -05:00
2013-03-11 07:20:26 -04:00
NO_TEST= Yes
2002-02-02 18:10:21 -05:00
1999-03-18 21:57:33 -05:00
.include <bsd.port.mk>