blob: 9a46c941ebac613cd6fc59cef4965c823f4c6f74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: ichiro@ichiro.org
# $FreeBSD$
CATEGORIES= japanese
MAINTAINER= ichiro@ichiro.org
COMMENT= A graphics library for fast image creation with Japanese support
MASTERDIR= ${.CURDIR}/../../graphics/gd
CPPFLAGS+= -DJISX0208
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|