summaryrefslogtreecommitdiff
path: root/misc/tds/Makefile
blob: 80606c500750b54ba8295f96820c41d8f0cadc21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.10 2005/07/08 20:27:05 kristerw Exp $
#

DISTNAME=	tds-1.4.2
PKGREVISION=	1
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_PERL5=	YES
GNU_CONFIGURE=	YES
CONFIGURE_ENV+=	PERL5="${PERL5}"

NO_BUILD=	YES

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

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