17 lines
317 B
Makefile
17 lines
317 B
Makefile
# New ports collection makefile for: ko-w3m
|
|
# Date created: 23 Mar 2001
|
|
# Whom: cjh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/w3m
|
|
|
|
CATEGORIES= korean www
|
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/w3m-0.1.11-hangul.patch \
|
|
${.CURDIR}/files/patch-*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|