aboutsummaryrefslogtreecommitdiffstats
path: root/russian/gd/Makefile
blob: 101ae6ad65429d731c644105ab0cce635c94faa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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
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>
168b5e60ca6c3a70190bfd15fd514fad'>Unbreak 'make patch'.obrien2005-01-012-3/+2 * Portlintobrien2004-12-201-3/+3 * Support -pthreads for 5.0-5.2.1.obrien2004-12-181-5/+14 * We've ended up with the same patch twice, I guess Maho-san's and myobrien2004-12-182-17/+0 * Catch -pthread up with the new KSE world order.obrien2004-12-181-0/+13 * (1) a fix to -pthreadmaho2004-12-173-42/+22 * Change LATEST_LINK=no to NO_LATEST_LINK=yes. LATEST_LINK=Noadamw2004-12-171-1/+1 * gcc-ooo, gcc compiler for OpenOffice.org 2.0 or latermaho2004-12-167-107/+73 * Add missing quote in post-build target (which is a real bug, but had notgerald2004-12-101-1/+1 * Update to the 20041203 snapshot of GCC 3.4.4.gerald2004-12-072-13/+13 * Update to the 20041126 snapshot of GCC 3.4.4.gerald2004-11-302-13/+13 * Update to the 20041119 snapshot of GCC 3.4.4.gerald2004-11-222-13/+13 * Update to the 20041112 snapshot, the first of 3.4.4.gerald2004-11-142-14/+14 * Update to the 20041105 snapshot.gerald2004-11-082-13/+13 * Catch the 'cklatest' target up to changes on the MASTER_SITES.obrien2004-11-061-1/+1 * Update to the 20041029 snapshot of GCC 3.4.3.gerald2004-10-312-13/+13 * Update to the 20041015 snapshot of GCC 3.4.3.gerald2004-10-222-14/+14 * Update to the 20040827 snapshot of GCC 3.4.2.gerald2004-09-042-13/+13 * Fix location of pkgconfig-datavs2004-09-042-2/+12 * Update to the 20040806 snapshot off GCC 3.4.gerald2004-08-122-13/+13 * Update to the 2004-07-23 snapshot of GCC 3.4.2.gerald2004-07-252-13/+13 * Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).gerald2004-07-112-14/+14 * Update to the 20040702 snapshot. Optimize that SNAPDATE variable away ongerald2004-07-042-17/+16 * Use ${ECHO} instead of echo.gerald2004-06-181-3/+3 * Update to the 2004-06-11 snapshot of GCC 3.4.1.gerald2004-06-172-13/+13 * Update to the 2004-06-04 snapshot of GCC 3.4.1.gerald2004-06-062-15/+15 * Update to the 2004-04-14 snapshot, which should be nearly identical to thegerald2004-04-182-14/+17 * I give up, gerald wants the cruft back in.obrien2004-03-231-0/+2 * Use a different method to remove possibly shared directory, so we canobrien2004-03-221-2/+2 * Re-commit revision 1.165. The perceived breakage by it was a bug in pkg-plist.obrien2004-03-221-2/+0 * Remove libexec/gcc/%%GNU_HOST%% and libexec/gcc on pkg_delete.obrien2004-03-211-0/+2 * Try to fix breakage of non-amd64 platforms introduced by 1.165 andgerald2004-03-171-13/+3 * Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk hasobrien2004-03-171-3/+2 * Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus savesgerald2004-03-153-37/+50 * Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4.gerald2004-02-202-45/+18 * Update to the 2004-02-11 snapshot of GCC 3.4.gerald2004-02-132-22/+24 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26gerald2004-01-293-39/+38 * Update to the 2004-01-14 snapshot of GCC 3.4.gerald2004-01-224-38/+54 * Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1 * Use PAX macro.trevor2004-01-221-1/+1 * Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05gerald2004-01-103-28/+13 * Fix packaging which was quite broken. On the way, update PORTVERSION togerald2004-01-102-7/+6 * Update to the 2003-12-31 snapshot.obrien2004-01-072-7/+7 * Update to the 2003-12-24 snapshot.obrien2003-12-264-19/+10 * Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in theobrien2003-12-151-1/+1 * * Deal with GCC's configurary's assumption that /usr/local/{include,lib}obrien2003-12-153-0/+14 * Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (atgerald2003-12-143-22/+36 * Really mark as broken.gerald2003-12-051-1/+1 * Update to the 2003-11-26 snapshot and fix several packaging issues.gerald2003-12-053-67/+17 * Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.gerald2003-11-158-295/+45 * - ECHO -> ECHO_MSGedwin2003-09-271-3/+3 * Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifygerald2003-07-121-17/+16 * My manpage creation fake-out broke with 3.1.1. Give up and add a buildobrien2003-07-121-0/+1 * Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69.gerald2003-07-101-0/+1