24 lines
359 B
Makefile
24 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:48:59 sthen Exp $
|
|
|
|
COMMENT= to-do list manager
|
|
|
|
DISTNAME= tdl-1.5.2
|
|
REVISION= 5
|
|
CATEGORIES= productivity
|
|
|
|
MASTER_SITES= http://www.rpcurnow.force9.co.uk/tdl/
|
|
|
|
HOMEPAGE= http://www.rc0.org.uk/tdl/
|
|
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c curses readline
|
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|