diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-01-04 18:06:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-01-04 18:06:39 +0800 |
commit | b5d498435f7816486d6331cbf72ae82f03e923fb (patch) | |
tree | 66ffe4312eea275d49e9db8105501b1ac17d78f6 | |
parent | b7db354694ae24e4dc8cf19d746dd3b22d940fdb (diff) | |
download | freebsd-ports-gnome-b5d498435f7816486d6331cbf72ae82f03e923fb.tar.gz freebsd-ports-gnome-b5d498435f7816486d6331cbf72ae82f03e923fb.tar.zst freebsd-ports-gnome-b5d498435f7816486d6331cbf72ae82f03e923fb.zip |
A graphics library for fast image creation with KOI8-U support
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/gd/Makefile | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 56affff2da14..db9dd222397e 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -13,6 +13,7 @@ SUBDIR += eric4 SUBDIR += fortune-bashorgru SUBDIR += fortuneru + SUBDIR += gd SUBDIR += kde3-i18n SUBDIR += kde4-l10n SUBDIR += koffice-i18n diff --git a/russian/gd/Makefile b/russian/gd/Makefile new file mode 100644 index 000000000000..d6b842b582b3 --- /dev/null +++ b/russian/gd/Makefile @@ -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" |