freebsd-ports/russian/gd/Makefile

26 lines
550 B
Makefile
Raw Normal View History

# New ports collection makefile for: gd
# Date created: 17 Aug 1998
# Whom: gsm@infosite.ru
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= gd
2000-05-28 05:52:44 +02:00
PORTVERSION= 1.8.2
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.4:${PORTSDIR}/graphics/png \
2000-05-28 05:52:44 +02:00
jpeg.9:${PORTSDIR}/graphics/jpeg
pre-install:
${MKDIR} ${PREFIX}/include/gd
2000-05-28 05:52:44 +02:00
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>