23 lines
428 B
Makefile
23 lines
428 B
Makefile
# Ports collection makefile for: tocps
|
|
# Date created: Thu Oct 14, 1999
|
|
# Whom: Peng HaiJie <phj@transfar.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tocps
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/
|
|
DISTNAME= ${PKGNAME}
|
|
|
|
MAINTAINER= phj@cn.FreeBSD.org
|
|
COMMENT= Translates PostScript files with Chinese characters
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= tocps.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|