aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/t2ps/Makefile
blob: 04759d7678f4ec38884e657004bc8ad0ea85c1bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Yabu Tetsuro <yabu@uopmu.ees.osakafu-u.ac.jp>
# $FreeBSD$

PORTNAME=   t2ps
PORTVERSION=    1.6d
CATEGORIES= japanese print
MASTER_SITES=   http://www.uopmu.ees.osakafu-u.ac.jp/~yabu/soft/original/
DISTNAME=   t2ps

MAINTAINER= yabu@uopmu.ees.osakafu-u.ac.jp
COMMENT=    Converts text files to PostScript including Japanese

RUN_DEPENDS=    nkf:${PORTSDIR}/japanese/nkf

PLIST_FILES=    bin/t2ps
WRKSRC=     ${WRKDIR}/t2ps-dir

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

.include <bsd.port.mk>