3e474a90d8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/07/16 01:19:15 jlam 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_TOOLS+= perl:run
|
|
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"
|