mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d9f7c4b28d
hanemacs and hmconv had invalid version strings (fixed). I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I didn't touch BROWSER_VER (in netscape ports) since it was used in too many places.
25 lines
582 B
Makefile
25 lines
582 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
|
|
CATEGORIES= korean www
|
|
MASTER_SITES= ftp://cglab.snu.ac.kr/pub/hangul/n3f/applications/
|
|
|
|
MAINTAINER= junker@jazz.snu.ac.kr
|
|
|
|
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>
|