diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-04 10:06:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-04 10:06:39 +0000 |
commit | 668328a58bbd8f2eca15c381f66387f07147533c (patch) | |
tree | eef8fd71e25f337b35d4c4e8019ea046fc4af32d /russian/gd | |
parent | 48b51d88028fe812ae7b2bac888f8e569011bd7c (diff) |
Notes
Diffstat (limited to 'russian/gd')
-rw-r--r-- | russian/gd/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
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" |