mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
18 lines
342 B
Makefile
18 lines
342 B
Makefile
# New ports collection makefile for: gd
|
|
# Date created: 19 Aug 1998
|
|
# Whom: 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
|
|
|
|
MAKE_ARGS= -DJISX0208
|
|
|
|
.include "${MASTERDIR}/Makefile"
|