mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
59a53736bb
- Respect CFLAGS during build
18 lines
361 B
Makefile
18 lines
361 B
Makefile
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kcc
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kanji code conversion Filter
|
|
|
|
INSTALL_TARGET= install install.man
|
|
PLIST_FILES= bin/kcc man/ja/man1/kcc.1.gz
|
|
|
|
.include <bsd.port.mk>
|