1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/japanese/t2ps/Makefile
Akinori MUSHA bbf457e694 Add japanese/t2ps, that converts text files to PostScript including
Japanese.

PR:		ports/40541
Submitted by:	Tetsuro Yabu <yabu@uopmu.ees.osakafu-u.ac.jp>
2002-08-27 05:06:04 +00:00

24 lines
493 B
Makefile

# New ports collection makefile for: t2ps
# Date created: 17 June 2002
# Whom: 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
RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
WRKSRC= ${WRKDIR}/t2ps-dir
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/t2ps ${PREFIX}/bin
.include<bsd.port.mk>