23 lines
367 B
Makefile
23 lines
367 B
Makefile
# $OpenBSD: Makefile,v 1.24 2019/07/12 20:47:49 sthen Exp $
|
|
|
|
COMMENT= delay program with feedback to the user
|
|
|
|
DISTNAME= delay-1.6
|
|
REVISION= 0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${HOMEPAGE}dl/
|
|
|
|
HOMEPAGE= http://onegeek.org/~tom/software/delay/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|