1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/korean/nhpf/Makefile
Ion-Mihai Tetcu af902ff7f6 - use DOCSDIR macro
- fix plist for -DNOPORTDOCS
- bump PORTREVISION

Prompted by:	QAT QA run
2008-11-18 15:52:38 +00:00

26 lines
601 B
Makefile

# 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
PORTREVISION= 1
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} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>