diff options
-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" |