summaryrefslogtreecommitdiff
path: root/korean/h2ps/Makefile
blob: 246c5b5ba34f42ba03a7a76774c5404cbc402aba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    h2ps-2.06
# Date created:         20 May 1997
# Whom:                 CHOI Junho <junker@jazz.snu.ac.kr>
#
# $FreeBSD$
#
# Thanks to SungGon Yi <skon@stats.snu.ac.kr> for advising 2.06 ports
#

PORTNAME=	h2ps
PORTVERSION=	2.06
CATEGORIES=	korean print
MASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/

MAINTAINER=	cjh@FreeBSD.org
COMMENT=	Formats an ascii file for printing on a postscript printer with Korean char

pre-build:
	@(cd ${WRKSRC}; make clean)

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

.include <bsd.port.mk>