pkgsrc/japanese/micq/Makefile
agc e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00

27 lines
750 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/04/13 15:31:06 agc Exp $
DISTNAME= micq
PKGNAME= ja-micq-0.3.3
CATEGORIES= japanese net
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.3.3/ \
http://www.freebsd.org/~flathill/distfiles/
EXTRACT_SUFX= .tgz
PATCH_SITES= http://flos.kuee.kyoto-u.ac.jp/soft/ \
http://www.freebsd.org/~flathill/distfiles/
PATCHFILES= micq981218ja.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= eric@fox.phoenix.az.us
HOMEPAGE= http://phantom.iquest.net/micq/
WRKSRC= ${WRKDIR}/micq981218
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/doc/micq
.for file in README TODO WISHLIST commands.txt
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq
.endfor
.include "../../mk/bsd.pkg.mk"