mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
31 lines
639 B
Makefile
31 lines
639 B
Makefile
# New ports collection makefile for: ja-xv
|
|
# Date created: 07 Oct 1998
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= shige@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/xv
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
MAKE_ENV= LOCALE_EXTENSION=-DTV_L10N
|
|
|
|
RUN_DEPENDS= xv:${.CURDIR}/../../graphics/xv
|
|
|
|
NOMAN= yes
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/ja-xv
|
|
@if [ ! -f ${PREFIX}/bin/xv.orig ]; then \
|
|
${MV} ${PREFIX}/bin/xv ${PREFIX}/bin/xv.orig ;\
|
|
else \
|
|
${RM} ${PREFIX}/bin/xv ;\
|
|
fi
|
|
@${LN} -sf ${PREFIX}/bin/ja-xv ${PREFIX}/bin/xv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|