aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/hex/Makefile
blob: dba96f8ddd27bf55f007968bcc6d3c29d86176e2 (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
# New ports collection makefile for:    hex
# Date created:     Nov 5, 1996
# Whom:         IMAMURA Tomoaki (yu@pastel.club.or.jp)
#
# $FreeBSD$
#

PORTNAME=   hex
PORTVERSION=    2.04
CATEGORIES= japanese
MASTER_SITES=   http://www.tsg.ne.jp/GANA/S/hex/
EXTRACT_SUFX=   .tgz
DISTNAME=   ${PORTNAME}${PORTVERSION:S/.//}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A hexadecimal dump tool which handles Japanese

MANLANG=    ja
MAN1=       hex.1
PLIST_FILES=    bin/hex

do-build:
    cd ${WRKSRC}; ${CXX} ${CXXFLAGS} hex.cc -o hex

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/hex ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/hex.man ${PREFIX}/man/ja/man1/hex.1

.include <bsd.port.mk>