mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
21 lines
320 B
Makefile
21 lines
320 B
Makefile
# Created by: petef
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tdl
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.rpcurnow.force9.co.uk/tdl/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= To-do list manager
|
|
|
|
CONFLICTS= devtodo-[0-9]*
|
|
|
|
USES= readline
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|