1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/japanese/xv/Makefile
Pawel Pekala 682960d22f - Add staging support
- Switch to PLIST_FILES, don't touch other package's files
- Don't support DOCS, that would create conflict with master
- Remove leading article from COMMENT
2014-05-17 18:35:00 +00:00

24 lines
496 B
Makefile

# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
# $FreeBSD$
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:${PORTSDIR}/graphics/xv
PLIST_FILES= bin/ja-xv
OPTIONS_EXCLUDE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xv ${STAGEDIR}${PREFIX}/bin/ja-xv
.include "${MASTERDIR}/Makefile"