aboutsummaryrefslogtreecommitdiff
path: root/russian/gd/Makefile
blob: 7b8cdd135dd92d185ffe20e0e840c56864fc00b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for: gd
# Date created:         17 Aug 1998
# Whom:                 gsm@infosite.ru
#
# $FreeBSD$
#

PORTNAME=	gd
PORTVERSION=	1.8.3
CATEGORIES=	russian graphics
MASTER_SITES=	http://www.boutell.com/gd/http/ \
		ftp://ftp.boutell.com/pub/boutell/gd/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Graphics library for fast PNG creation (uses fonts in KOI8-R encoding)

LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
		jpeg.9:${PORTSDIR}/graphics/jpeg

USE_REINPLACE=	yes
INSTALLS_SHLIB=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \
		${WRKSRC}/gdcache.h           		 \
		${WRKSRC}/gd.c

pre-install:
	${MKDIR} ${PREFIX}/include/gd

.include <bsd.port.mk>