88ea72915d
make a distinction between these. ok aja@ dcoppa@
28 lines
534 B
Makefile
28 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.20 2012/03/29 13:38:40 sthen 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.6
|
|
REVISION= 0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${HOMEPAGE}dl/
|
|
|
|
HOMEPAGE= http://onegeek.org/~tom/software/delay/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|