diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-27 05:06:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-27 05:06:04 +0000 |
commit | bbf457e694cac82e194566a6377606087b862a46 (patch) | |
tree | a4f5ebfa3f21dea36f7fee319ac217f32b40e6f7 /japanese/t2ps/Makefile | |
parent | 68146e6767c7df84dad8eacee8a9ff0e5b7025fb (diff) |
Notes
Diffstat (limited to 'japanese/t2ps/Makefile')
-rw-r--r-- | japanese/t2ps/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/japanese/t2ps/Makefile b/japanese/t2ps/Makefile new file mode 100644 index 000000000000..d56f30a243ce --- /dev/null +++ b/japanese/t2ps/Makefile @@ -0,0 +1,23 @@ +# 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> |