summaryrefslogtreecommitdiff
path: root/japanese/xv/Makefile
blob: 829acb507c6550dc754074022e7b2e080bb1d40b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CATEGORIES=	japanese

MAINTAINER=	ports@FreeBSD.org
COMMENT=	X11 program that displays images of various formats with japanization

MASTERDIR=	${.CURDIR}/../../graphics/xv
PKGDIR=		${.CURDIR}

MAKE_ENV=	LOCALE_EXTENSION=-DTV_L10N

RUN_DEPENDS=	xv:graphics/xv

PLIST_FILES=	bin/ja-xv

OPTIONS_EXCLUDE=	DOCS

PORTREVISION=	1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xv ${STAGEDIR}${PREFIX}/bin/ja-xv

.include "${MASTERDIR}/Makefile"