blob: 892dc9af0326004d995da383278eea5f8a76d5cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
.include "${MASTERDIR}/Makefile"
|