openbsd-ports/misc/delay/Makefile

26 lines
538 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2008/02/01 20:26:42 martynas Exp $
1999-03-18 21:57:33 -05:00
# $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.6
PKGNAME= ${DISTNAME}p0
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-22 06:48:32 -05:00
WANTLIB= c curses
2000-02-12 03:02:07 -05:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
1999-03-18 21:57:33 -05:00
2002-02-02 18:10:21 -05:00
NO_REGRESS= Yes
1999-03-18 21:57:33 -05:00
.include <bsd.port.mk>