3786702943
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
24 lines
609 B
Makefile
24 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/12/14 20:36:55 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= kanjipad-2.0.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://fishsoup.net/software/kanjipad/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://fishsoup.net/software/kanjipad/
|
|
COMMENT= Japanese handwriting recognition
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_PERL5= build
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/kanjipad
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/kanjipad
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|