1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/epwutil/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

36 lines
833 B
Makefile

# New ports collection makefile for: epwutil
# Date created: 22 January 1999
# Whom: Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp>
#
# $FreeBSD$
#
PORTNAME= epwutil
PORTVERSION= 1.0
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.nerimadors.or.jp/pub/epwutil/
MAINTAINER= takamune@avrl.mei.co.jp
NO_WRKSUBDIR= yes
MAKEFILE= makefile.unx
MANLANG= ja
EPWPROGS= bookinfo catdump squeeze
EPWDOCS= epwutil.doc
EPWDOCDIR= ${PREFIX}/share/doc/epwutil
do-install:
cd ${WRKSRC}; ${INSTALL_PROGRAM} ${EPWPROGS} ${PREFIX}/bin
.for file in ${EPWPROGS}
cd ${WRKSRC};\
${INSTALL_MAN} ${file}.man ${MANPREFIX}/man/${MANLANG}/cat1/${file}.1
.if !defined(NOMANCOMPRESS)
${GZIP_CMD} ${MANPREFIX}/man/${MANLANG}/cat1/${file}.1
.endif
.endfor
@${MKDIR} ${EPWDOCDIR}
cd ${WRKSRC}; ${INSTALL_DATA} ${EPWDOCS} ${EPWDOCDIR}
.include <bsd.port.mk>