freebsd-ports/x11-fonts/libXfont2/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

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>