aboutsummaryrefslogtreecommitdiffstats
path: root/korean/hanmiscutils/Makefile
blob: 475b686785e1d60320a7605690151f99f7281621 (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
25
# New ports collection makefile for:    hanmiscutils
# Date created:     25 Jun 2000
# Whom:         CHOI Junho <cjh@FreeBSD.ORG>
#
# $FreeBSD$
#

PORTNAME=   hanmiscutils
PORTVERSION=    0.1.1
PORTREVISION=   1
CATEGORIES= korean
MASTER_SITES=   ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/

MAINTAINER= ports@FreeBSD.ORG
COMMENT=    Collection of various Hangul-related sources

GNU_CONFIGURE=  YES
USE_GMAKE=  YES

post-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/utils/fnt2c     ${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/utils/genunihan ${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/utils/iso2euckr ${PREFIX}/bin

.include <bsd.port.mk>