The original PR stated about a distinfo update, but was actually the copying of gd-1.8.3.tar.gz to gd-1.8.2.tar.gz by the author. See http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/gd/distinfo for more information about this. Freshly fetched from the master-site: MD5 (/usr/ports/distfiles/gd-1.8.2.tar.gz) = ad0e7dd1dda2812dbaeaa9706c4be536 MD5 (/usr/ports/distfiles/gd-1.8.3.tar.gz) = ad0e7dd1dda2812dbaeaa9706c4be536 Implicit approval because the original tar-ball wasn't available anymore. PR: ports/46220 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
32 lines
683 B
Makefile
32 lines
683 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= gsm@infosite.ru
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \
|
|
${WRKSRC}/gdcache.h \
|
|
${WRKSRC}/gd.c
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/include/gd
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|