1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/graphics/xv-m17n/Makefile
Satoshi Asami 555a3ebe6c Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port.  (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00

33 lines
769 B
Makefile

# 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: Makefile,v 1.1.1.1 1998/10/28 14:39:15 kuriyama Exp $
#
PKGNAME= xv-m17n-3.10a
CATEGORIES= graphics
MAINTAINER= shige@kuis.kyoto-u.ac.jp
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"