Lines 2-13
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libgd |
4 |
PORTNAME= libgd |
5 |
PORTVERSION= 2.1.0 |
5 |
PORTVERSION= 2.2.2 |
6 |
PORTREVISION?= 7 |
|
|
7 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
8 |
CATEGORIES+= graphics |
7 |
CATEGORIES+= graphics |
9 |
MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/ \ |
8 |
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/ |
10 |
http://cdn.bitbucket.org/libgd/gd-libgd/downloads/ |
|
|
11 |
|
9 |
|
12 |
MAINTAINER?= dinoex@FreeBSD.org |
10 |
MAINTAINER?= dinoex@FreeBSD.org |
13 |
COMMENT?= Graphics library for fast creation of images |
11 |
COMMENT?= Graphics library for fast creation of images |
Lines 99-104
Link Here
|
99 |
post-install: |
97 |
post-install: |
100 |
${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \ |
98 |
${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \ |
101 |
${STAGEDIR}${PREFIX}/include/ |
99 |
${STAGEDIR}${PREFIX}/include/ |
102 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.5 |
100 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.3 |
103 |
|
101 |
|
104 |
.include <bsd.port.mk> |
102 |
.include <bsd.port.mk> |