summaryrefslogblamecommitdiff
path: root/korean/nhpf/Makefile
blob: ef7c5845a52edc4a70d067a7f9f573e7be86f033 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 


                                                           
           

 

                    
                          
                                                                  
 
                               
                                                                      
 


                                                       



                                                                 


                                 
# New ports collection makefile for:    nhpf-1.42
# Date created:         25 May 1997
# Whom:                 Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $FreeBSD$
#

PORTNAME=	nhpf
PORTVERSION=	1.42
CATEGORIES=	korean www
MASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/

MAINTAINER=	cjh@FreeBSD.org
COMMENT=	Hangul Printing Filter for Netscape with embedded font

do-install:
	${MKDIR} ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/nhpf ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/nhpf
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nhpf
.endif
	@strip ${PREFIX}/bin/nhpf

.include <bsd.port.mk>