freebsd-ports/korean/han/Makefile

28 lines
635 B
Makefile
Raw Normal View History

# New ports collection makefile for: han
# Date created: 12 Apr 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
1999-08-30 14:09:14 +02:00
# $FreeBSD$
#
PORTNAME= han
PORTVERSION= 1.0fb
CATEGORIES= korean
MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/FreeBSD-kr/source/han/
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
post-configure:
${SED} -e 's%%WRKSRC%%${WRKSRC}' \
-e 's%%PREFIX%%${PREFIX}' \
-e 's%%DISTDIR%%${DISTDIR}' \
${FILESDIR}/dotconfig > ${WRKSRC}/.config
${SED} -e 's%%WRKSRC%%${WRKSRC}' \
-e 's%%PREFIX%%${PREFIX}' \
-e 's%%DISTDIR%%${DISTDIR}' \
${FILESDIR}/han.sh > ${WRKSRC}/han.sh
.include <bsd.port.mk>