aboutsummaryrefslogtreecommitdiffstats
path: root/russian/gd/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-28 11:52:44 +0800
committersteve <steve@FreeBSD.org>2000-05-28 11:52:44 +0800
commit6efd9f5795f7a5c2885cd51c4da9299094fb3a7e (patch)
treea6433b96864e815e11401f65e30b3b35d2776fe5 /russian/gd/Makefile
parent956e3838027c97e81f70bd66270ed42ccfff01d8 (diff)
downloadfreebsd-ports-gnome-6efd9f5795f7a5c2885cd51c4da9299094fb3a7e.tar.gz
freebsd-ports-gnome-6efd9f5795f7a5c2885cd51c4da9299094fb3a7e.tar.zst
freebsd-ports-gnome-6efd9f5795f7a5c2885cd51c4da9299094fb3a7e.zip
Update to version 1.8.2.
Diffstat (limited to 'russian/gd/Makefile')
-rw-r--r--russian/gd/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/russian/gd/Makefile b/russian/gd/Makefile
index d75ffbebd049..dc24641a8de6 100644
--- a/russian/gd/Makefile
+++ b/russian/gd/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= gd
-PORTVERSION= 1.3
+PORTVERSION= 1.8.2
CATEGORIES= russian graphics
MASTER_SITES= http://www.boutell.com/gd/http/ \
ftp://ftp.boutell.com/pub/boutell/gd/
-DISTNAME= gd${PORTVERSION}
MAINTAINER= gsm@infosite.ru
-RESTRICTED= unavailable from master site due to legal problems
-
-FETCH_BEFORE_ARGS= -b
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
pre-install:
${MKDIR} ${PREFIX}/include/gd
- ${MKDIR} ${PREFIX}/share/examples/gd
+
+post-install:
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>