blob: 57343d8a778e579178e57e35de6c40f284fbe770 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXfont
PORTVERSION= 1.5.4
PORTEPOCH= 2
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X font library
LICENSE= MIT BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2
USES= cpe
XORG_CAT= lib
USE_XORG= xproto:both xtrans fontsproto:both fontenc
INSTALL_TARGET= install-strip
CPE_PRODUCT= libxfont
CPE_VENDOR= x
CONFIGURE_ARGS= --without-xmlto --disable-devel-docs
.include <bsd.port.mk>
|