freebsd-ports/russian/gd/Makefile
Trevor Johnson 7ba22f9f89 E-mail to the maintainer bounced:
<gsm@infosite.ru>: host mx.infosite.ru[195.19.227.84] said: 550
    <gsm@infosite.ru>: User unknown in local recipient table
2004-03-18 04:26:29 +00:00

33 lines
765 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
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>