blob: cf264859ac95a2efb7df1b40b5a1a47b5e5a21f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= http://ftp.osuosl.org/pub/FreeBSD/distfiles/
DISTNAME= ${PKGNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Translates PostScript files with Chinese characters
MANCOMPRESSED= yes
MAN1= tocps.1
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|