7fca606bb5
delay, wyrd, file-roller - okan@ takes maintainership of wyrd - bump package names ok okan@
26 lines
538 B
Makefile
26 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.17 2008/02/01 20:26:42 martynas 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
|
|
PKGNAME= ${DISTNAME}p0
|
|
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= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|