20 lines
412 B
Makefile
20 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/01/27 00:53:11 heinz 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_PERL5= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
NO_BUILD= YES
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -type f -name '*.orig' -print | ${XARGS} ${RM} -f
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|