mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
23 lines
458 B
Makefile
23 lines
458 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXfont2
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X font library
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto:both xtrans fontsproto:both fontenc
|
|
INSTALL_TARGET= install-strip
|
|
#USES+= cpe
|
|
#CPE_PRODUCT= libxfont
|
|
#CPE_VENDOR= x
|
|
|
|
CONFIGURE_ARGS=--without-xmlto --disable-devel-docs --without-fop
|
|
|
|
.include <bsd.port.mk>
|