aboutsummaryrefslogtreecommitdiff
path: root/devel/tdl/Makefile
blob: a3bc421b2287038da5a71079b480f72cb105ac7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	tdl
# Date created:				30 August 2001
# Whom:					petef
#
# $FreeBSD$
#

PORTNAME=	tdl
PORTVERSION=	1.4.1
CATEGORIES=	devel
MASTER_SITES=	http://www.rrbcurnow.freeuk.com/tdl/

MAINTAINER=	petef@FreeBSD.org
COMMENT=	To-do list manager

HAS_CONFIGURE=	yes
USE_REINPLACE=	yes

CONFIGURE_ARGS+=	--prefix=${PREFIX}
CONFIGURE_ENV=	CC="${CC}" CFLAGS="${CFLAGS}"

MAN1=	tdl.1
MLINKS=	tdl.1 tdla.1 tdl.1 tdll.1 tdl.1 tdld.1 tdl.1 tdlg.1
MANCOMPRESSED=	yes

.include <bsd.port.mk>