1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/russian/gd/Makefile
Dirk Meyer a2ab8e1b34 - mark DEPRECATED
gd1 is ancient, gd2 should be API compatible

- set EXPIRATION_DATE to 2004-05-01

ports using gd1 directly:

graphics/p5-GD1
	(no maintainer)

japanese/gd1
	ichiro@ichiro.org, contacted 2004-03-24
	relay=sh2.ichiro.org. [210.150.177.50], dsn=2.0.0,
	stat=Sent (i2O55E112625 Message accepted for delivery)

	replacement: japanese/gd

russian/gd
	gsm@infosite.ru, contacted 2004-03-24
	relay=mx.infosite.ru. [195.19.227.84],
	dsn=5.1.1, stat=User unknown
	(now no maintainer)

	replacement: ukrainian/gd

optional dependencies: (WITH_GD1=yes)

graphics/ruby-gd
sysutils/pfstat
net-mgmt/mrtg
net-mgmt/nagios
2004-03-29 17:17:47 +00:00

35 lines
782 B
Makefile

# 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
DEPRECATED= ancient, gd2 should be API compatible
EXPIRATION_DATE= 2004-05-01
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>