1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/xv-m17n/Makefile

34 lines
824 B
Makefile
Raw Normal View History

# New ports collection makefile for: xv-m17n
# Version required: 3.10a
# Date created: 07 Oct 1998
# Whom: Shigeyuki FUKUSHIMA (shige@kuis.kyoto-u.ac.jp)
#
# $Id$
#
PKGNAME= xv-m17n-3.10a
CATEGORIES= graphics
MAINTAINER= shige@kuis.kyoto-u.ac.jp
# can't use PORTSDIR here, since we haven't included bsd.port.mk
FILESDIR= ${.CURDIR}/../../graphics/xv/files
PATCHDIR= ${.CURDIR}/../../graphics/xv/patches
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 <${.CURDIR}/../../graphics/xv/Makefile>