6dfe7ff622
o Some fix (NULL != NUL, void main -> int main). o Update archive md5. some bug fix in new archive(this was released after 19 hours than old one). Submitted by: Yoshihiko - he is in seat next mine in jammed Chuou Highway - Sarumaru <mistral@imasy.or.jp> (maintainer) Committed at: jammed Chuou Highway in Japan
35 lines
858 B
Makefile
35 lines
858 B
Makefile
# New ports collection makefile for: du2ps
|
|
# Date created: 31 May 2001
|
|
# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= du2ps
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.research.co.jp/software/du2ps/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= mistral@imasy.or.jp
|
|
COMMENT= Filter for converting output of du to PostScript file
|
|
|
|
# Nkf is required for just converting character code of japanese manual
|
|
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
|
|
|
|
MAKEFILE= makefile
|
|
ALL_TARGET=
|
|
|
|
MAN1= du2ps.1
|
|
MANLANG= "" ja
|
|
PLIST_FILES= bin/du2ps
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/du2ps ${PREFIX}/bin/du2ps
|
|
${INSTALL_MAN} ${FILESDIR}/du2ps.1 ${PREFIX}/man/man1/du2ps.1
|
|
nkf -e ${WRKSRC}/du2ps.man > ${WRKDIR}/du2ps.1.ja
|
|
${INSTALL_MAN} ${WRKDIR}/du2ps.1.ja ${PREFIX}/man/ja/man1/du2ps.1
|
|
|
|
.include <bsd.port.mk>
|