Changeset View
Changeset View
Standalone View
Standalone View
x11-fonts/fontconfig/Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> | # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= fontconfig | PORTNAME= fontconfig | ||||
PORTVERSION= 2.12.6 | PORTVERSION= 2.12.6 | ||||
PORTREVISION?= 0 | PORTREVISION?= 0 | ||||
PORTEPOCH?= 1 | PORTEPOCH?= 1 | ||||
CATEGORIES= x11-fonts | CATEGORIES= x11-fonts | ||||
MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ | MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ | ||||
MAINTAINER= gnome@FreeBSD.org | MAINTAINER= gnome@FreeBSD.org | ||||
COMMENT= XML-based font configuration API for X Windows | COMMENT= XML-based font configuration API for X Windows | ||||
LICENSE= MIT | LICENSE= MIT | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
USES= gperf tar:bzip2 | USES= gperf lib32 tar:bzip2 | ||||
USE_LDCONFIG= yes | |||||
.if !defined(REFERENCE_PORT) | .if !defined(REFERENCE_PORT) | ||||
LIB_DEPENDS= libfreetype.so:print/freetype2 \ | LIB_DEPENDS= libfreetype.so:print/freetype2 \ | ||||
libexpat.so:textproc/expat2 | libexpat.so:textproc/expat2 | ||||
USES+= cpe gmake libtool pathfix pkgconfig | USES+= cpe gmake libtool pathfix pkgconfig | ||||
CPE_VENDOR= fontconfig_project | CPE_VENDOR= fontconfig_project | ||||
▲ Show 20 Lines • Show All 63 Lines • Show Last 20 Lines |