0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
27 lines
598 B
Makefile
27 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/06/12 10:50:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= tds-1.4.2
|
|
PKGREVISION= 6
|
|
CATEGORIES= misc www japanese
|
|
MASTER_SITES= http://tds.dive-in.to/dist/stable/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
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
|
|
|
|
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"
|