mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
33 lines
699 B
Makefile
33 lines
699 B
Makefile
# New ports collection makefile for: ja-xv
|
|
# Version required: 3.10a
|
|
# Date created: 07 Oct 1998
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAME= ja-xv-3.10a
|
|
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"
|