just install the source and drop USE_GROFF. While here, fix wrong escaping that may lose information.
25 lines
409 B
Makefile
25 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.8 2017/06/04 01:24:07 schwarze Exp $
|
|
|
|
COMMENT= to-do list manager
|
|
|
|
DISTNAME= tdl-1.5.2
|
|
REVISION= 2
|
|
CATEGORIES= productivity
|
|
|
|
MASTER_SITES= http://www.rpcurnow.force9.co.uk/tdl/
|
|
|
|
HOMEPAGE= http://www.rc0.org.uk/tdl/
|
|
|
|
MAINTAINER= Morten Liebach <m@mongers.org>
|
|
|
|
WANTLIB= c readline termcap
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|