mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
e9a2c0a4b1
Approved by: portmgr@ (implicit)
27 lines
623 B
Makefile
27 lines
623 B
Makefile
# 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= ports@FreeBSD.org
|
|
COMMENT= Formats an ASCII file for printing on a postscript printer with Korean char
|
|
|
|
PLIST_FILES= bin/h2ps
|
|
|
|
pre-build:
|
|
@(cd ${WRKSRC}; make clean)
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/h2ps ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|