1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

A graphics library for fast image creation with KOI8-U support

This commit is contained in:
Dirk Meyer 2009-01-04 10:06:39 +00:00
parent 48b51d8802
commit 668328a58b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225221
2 changed files with 23 additions and 0 deletions

View File

@ -13,6 +13,7 @@
SUBDIR += eric4
SUBDIR += fortune-bashorgru
SUBDIR += fortuneru
SUBDIR += gd
SUBDIR += kde3-i18n
SUBDIR += kde4-l10n
SUBDIR += koffice-i18n

22
russian/gd/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: ru-webalizer
# Date created: 04 Jan 2008
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../../graphics/gd
CATEGORIES= russian
MAINTAINER= dinoex@FreeBSD.org
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
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"