1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/japanese/xv/Makefile
Daniel Engberg 664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00

23 lines
434 B
Makefile

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= 2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xv ${STAGEDIR}${PREFIX}/bin/ja-xv
.include "${MASTERDIR}/Makefile"