1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/xv-m17n/Makefile
Akinori MUSHA d3e3fb1d04 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Ready to cooperate with the slave port `japanese/xv'.
2000-04-13 08:13:59 +00:00

31 lines
657 B
Makefile

# New ports collection makefile for: xv-m17n
# Date created: 07 Oct 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -m17n
MAINTAINER= shige@FreeBSD.org
MASTERDIR= ${.CURDIR}/../../graphics/xv
PKGDIR= ${.CURDIR}/pkg
MAKE_ENV= LOCALE_EXTENSION=-DTV_MULTILINGUAL
RUN_DEPENDS= xv:${.CURDIR}/../../graphics/xv
NOMAN= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/xv-m17n
@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/xv-m17n ${PREFIX}/bin/xv
.include "${MASTERDIR}/Makefile"