freebsd-ports/devel/tdl/Makefile

26 lines
490 B
Makefile
Raw Normal View History

2001-08-30 07:39:51 +02:00
# New ports collection makefile for: tdl
# Date created: 30 August 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= tdl
PORTVERSION= 1.5.2
2001-08-30 07:39:51 +02:00
CATEGORIES= devel
MASTER_SITES= http://www.rpcurnow.force9.co.uk/tdl/
2001-08-30 07:39:51 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= To-do list manager
2001-08-30 07:39:51 +02:00
2003-10-26 20:19:19 +01:00
HAS_CONFIGURE= yes
2003-10-26 20:19:19 +01:00
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
2003-10-26 20:19:19 +01:00
MAN1= tdl.1
MLINKS= tdl.1 tdla.1 tdl.1 tdll.1 tdl.1 tdld.1 tdl.1 tdlg.1
MANCOMPRESSED= yes
2001-08-30 07:39:51 +02:00
.include <bsd.port.mk>