diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-31 11:17:29 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-31 11:17:29 +0800 |
commit | 60ad4ec39b6902c08d8dc243fb99cef0f0006678 (patch) | |
tree | 72980536bd5ba15bdbd6edfd33de3fb9c50132ee /x11-fonts/xorg-fonts-encodings/Makefile | |
parent | e6b9c1e53175d9d29fb12ed2e757d0db412ba2ec (diff) | |
download | freebsd-ports-graphics-60ad4ec39b6902c08d8dc243fb99cef0f0006678.tar.gz freebsd-ports-graphics-60ad4ec39b6902c08d8dc243fb99cef0f0006678.tar.zst freebsd-ports-graphics-60ad4ec39b6902c08d8dc243fb99cef0f0006678.zip |
Add xorg-fonts-encodings, a port of the X.Org font encoding files.
Diffstat (limited to 'x11-fonts/xorg-fonts-encodings/Makefile')
-rw-r--r-- | x11-fonts/xorg-fonts-encodings/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-fonts/xorg-fonts-encodings/Makefile b/x11-fonts/xorg-fonts-encodings/Makefile new file mode 100644 index 00000000000..533bb56ce02 --- /dev/null +++ b/x11-fonts/xorg-fonts-encodings/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xorg-fonts-encodings +# Date created: 30 May 2004 +# Whom: anholt@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= xorg-fonts-encodings +PORTVERSION= 6.7.0 +CATEGORIES= x11-fonts +MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ +DISTNAME= X11R6.7.0-src1 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org font encoding files + +BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/xorg-clients + +CONFLICTS= XFree86-fontEncodings-* + +EXTRA_PATCHES= ${CF_PATCHES} + +XBUILD_DIRS= fonts/encodings + +.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc" +.include <bsd.port.mk> |