1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/hex/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

28 lines
575 B
Makefile

# 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.yl.is.s.u-tokyo.ac.jp/~nayuta/S/hex/
EXTRACT_SUFX= .tgz
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= yu@pastel.club.or.jp
MANLANG= ja
MAN1= hex.1
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} 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>