freebsd-ports/japanese/xvi-euc/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

23 lines
404 B
Makefile

# New ports collection makefile for: ja-xvi-euc
# Date created: 07 Aug 2002
# Whom: KIMURA Shigekazu <zau50357@lion.zero.ad.jp>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -euc
MAINTAINER= ports@FreeBSD.org
MASTERDIR= ${.CURDIR}/../xvi-euc
COMMENT= ${.CURDIR}/pkg-comment
PLIST= ${.CURDIR}/pkg-plist
PROG= xvi
post-install:
cd ${PREFIX}/bin; ${LN} -f ${PROG} jxvi
.include "${MASTERDIR}/Makefile.common"