2001-06-09 14:38:27 +02:00
|
|
|
# New ports collection makefile for: devtodo
|
|
|
|
# Date Created: 26 May 2001
|
|
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= devtodo
|
2006-01-13 17:14:20 +01:00
|
|
|
PORTVERSION= 0.1.19
|
2001-06-09 14:38:27 +02:00
|
|
|
CATEGORIES= devel
|
2004-02-22 03:16:19 +01:00
|
|
|
MASTER_SITES= http://swapoff.org/files/devtodo/
|
2001-06-09 14:38:27 +02:00
|
|
|
|
2006-04-14 22:45:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Tool to effectively maintain todo lists aimed at developers
|
2001-06-09 14:38:27 +02:00
|
|
|
|
2001-10-03 04:32:35 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-06-09 14:38:27 +02:00
|
|
|
|
2002-08-23 23:30:54 +02:00
|
|
|
# Note: without this define util/regex.c doesn't compile due to redeclaration
|
|
|
|
# of malloc and realloc functions. Adding this define was the simplest
|
|
|
|
# (although not elegant) solution.
|
|
|
|
CFLAGS+= -DSTDC_HEADERS
|
|
|
|
|
2001-06-09 14:38:27 +02:00
|
|
|
MAN1= devtodo.1
|
2003-01-04 21:35:06 +01:00
|
|
|
MLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdl.1 \
|
|
|
|
devtodo.1 tdr.1 devtodo.1 todo.1
|
|
|
|
MANCOMPRESSED= no
|
2001-06-09 14:38:27 +02:00
|
|
|
|
2001-07-04 18:11:25 +02:00
|
|
|
post-patch:
|
2002-11-04 06:46:38 +01:00
|
|
|
@${REINPLACE_CMD} -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in
|
2001-07-04 18:11:25 +02:00
|
|
|
|
2001-06-09 14:38:27 +02:00
|
|
|
post-install:
|
2002-08-23 23:30:54 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
2001-07-04 18:11:25 +02:00
|
|
|
.for file in scripts.sh scripts.tcsh todorc.example
|
2002-08-23 23:30:54 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${EXAMPLESDIR}
|
2001-06-09 14:38:27 +02:00
|
|
|
.endfor
|
2001-07-12 16:07:07 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/todorc.example ${PREFIX}/etc/todorc.sample
|
2001-06-09 14:38:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|