mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8bb8593f03
Submitted by: CHOI Junho <cjh@FreeBSD.org>
24 lines
523 B
Makefile
24 lines
523 B
Makefile
# New ports collection makefile for: hanmiscutils
|
|
# Date created: 25 Jun 2000
|
|
# Whom: CHOI Junho <cjh@FreeBSD.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hanmiscutils
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= korean
|
|
MASTER_SITES= http://kldp.org/~bangjy/hangul/
|
|
|
|
MAINTAINER= cjh@FreeBSD.ORG
|
|
|
|
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>
|