mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
efb928619b
graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
19 lines
500 B
Makefile
19 lines
500 B
Makefile
# New ports collection makefile for: uk-webalizer
|
|
# Date created: 22 May 2001
|
|
# Whom: mike@LITech.lviv.ua
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/gd
|
|
CATEGORIES= ukrainian
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= A graphics library for fast image creation with KOI8-U support
|
|
|
|
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/geminifonts:fetch
|
|
GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \
|
|
koi10x16b.bdf koi9x15.bdf koi10x20.bdf
|
|
|
|
.include "${MASTERDIR}/Makefile"
|