freebsd-ports/japanese/xv/Makefile
Akinori MUSHA 3e73c145d6 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Finally `japanese' category has been done.
2000-04-13 08:34:11 +00:00

31 lines
652 B
Makefile

# New ports collection makefile for: ja-xv
# Date created: 07 Oct 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= japanese graphics
MAINTAINER= shige@FreeBSD.org
MASTERDIR= ${.CURDIR}/../../graphics/xv
PKGDIR= ${.CURDIR}/pkg
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"