1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/gd1/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

34 lines
783 B
Makefile

# New ports collection makefile for: gd
# Date created: 19 Aug 1998
# Whom: ichiro@ichiro.org
#
# $FreeBSD$
#
PORTNAME= gd
PORTVERSION= 1.6.3
CATEGORIES= japanese graphics
MASTER_SITES= http://www.boutell.com/gd/http/ \
ftp://ftp.boutell.com/pub/boutell/gd/
PATCH_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gd/${PORTVERSION}/
PATCHFILES= ${DISTNAME}.ttf-kanji.patch.990731
MAINTAINER= ichiro@ichiro.org
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
FETCH_BEFORE_ARGS= -b
USE_LIBTOOL= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \
--libdir=${PREFIX}/lib
CFLAGS= -DJISX0208
pre-install:
${MKDIR} ${PREFIX}/include/gd
${MKDIR} ${PREFIX}/share/examples/gd
.include <bsd.port.mk>