aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/celrw/Makefile
blob: 1ce19010d182590900611880e1ee090bb3fb6300 (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
35
36
37
# New ports collection makefile for:    ja-celrw
# Date created:     13 Nov 2001
# Whom:         IWASHITA Yoji <shuna@pop16.odn.ne.jp>
#
# $FreeBSD$
#

PORTNAME=   celrw
PORTVERSION=    0.16
CATEGORIES= japanese
MASTER_SITES=   http://www.nurs.or.jp/~kurati/celrw/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Cellular phone-number read/write tool (in Japan only)

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
MAKE_ARGS=  VERSION="${PORTVERSION}" OPTFLAGS="${CFLAGS}"
ALL_TARGET= ${PORTNAME}

PORTDOCS=   README
PLIST_FILES=    bin/celrw

post-extract:
.for file in config.guess config.sub install.sh
    @${RM} -f ${WRKSRC}/${file}
    @${TOUCH} ${WRKSRC}/${file}
.endfor

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/celrw ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>