summaryrefslogtreecommitdiff
path: root/misc/tds/Makefile
blob: d24ac1d6eda027cf85ab1f400a97847c6ed57e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.4 2001/04/16 14:41:01 kei Exp $
#

DISTNAME=	tds-1.4.2
CATEGORIES=	misc www japanese
MASTER_SITES=	http://tds.dive-in.to/dist/stable/

MAINTAINER=	kei@netbsd.org
HOMEPAGE=	http://tds.dive-in.to/
COMMENT=	web diary system

USE_PERL=	YES
GNU_CONFIGURE=	YES

NO_BUILD=	YES

post-patch:
	@${FIND} ${WRKSRC} -type f -name '*.orig' | xargs ${RM} -f

.include "../../mk/bsd.pkg.mk"