blob: 343ad1b92b09ff2836230b0ffb0c919a60d7ad35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= pango
PORTVERSION= 1.40.4
CATEGORIES= x11-toolkits linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Pango library (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 1.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= cairo fontconfig harfbuzz libthai xorglibs
USE_LINUX_RPM= yes
.include <bsd.port.mk>
|