pkgsrc/misc/tds/Makefile

28 lines
601 B
Makefile
Raw Normal View History

2021-05-24 21:49:01 +02:00
# $NetBSD: Makefile,v 1.25 2021/05/24 19:53:10 wiz Exp $
#
DISTNAME= tds-1.4.2
2021-05-24 21:49:01 +02:00
PKGREVISION= 11
CATEGORIES= misc www japanese
2017-09-04 20:00:49 +02:00
#MASTER_SITES= http://tds.dive-in.to/dist/stable/
2009-09-02 10:34:13 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-04 20:00:49 +02:00
#HOMEPAGE= http://tds.dive-in.to/
COMMENT= Web diary system
USE_TOOLS+= perl:run
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PERL5=${PERL5:Q}
NO_BUILD= YES
2009-02-08 00:06:51 +01:00
INSTALL_ENV+= installdir=${DESTDIR}
REPLACE_PERL+= *.pl */*.pl */*/*.pl web_diary_dir/*.cgi \
web_diary_dir/admin/*.cgi
post-patch:
@${FIND} ${WRKSRC} -type f -name '*.orig' -print | ${XARGS} ${RM} -f
.include "../../mk/bsd.pkg.mk"