aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/micq/Makefile
blob: c07175e93d07656465eb15cf425cd4a288343b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    micq
# Version required:         13 Dec 1998
# Date created:             31 Oct 1998
# Whom:                 flathill
#
# $Id: Makefile,v 1.2 1999/01/12 05:22:53 flathill Exp $
#

DISTNAME=   micq-0.4.0
PKGNAME=    ja-micq-0.4.0
CATEGORIES= japanese net
MASTER_SITES=   ftp://micq.chatzone.org/pub/micq/V0.4.0/ \
        http://www.freebsd.org/~flathill/distfiles/
EXTRACT_SUFX=   .tgz

PATCH_SITES=    http://www.tahoo.org/~taku/soft/micq-0.4.0-jp.patch \
        http://www.freebsd.org/~flathill/distfiles/
PATCHFILES= micq-0.4.0-jp.patch
PATCH_DIST_STRIP= -p1

MAINTAINER= flathill@FreeBSD.ORG

WRKSRC=     ${WRKDIR}/micq-0.4.0

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
.if !defined(NOPORTDOCS)
        ${MKDIR} ${PREFIX}/share/doc/micq
.for file in README TODO WISHLIST commands.txt
        ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq
.endfor
.endif

.include <bsd.port.mk>