blob: 4df1dbbbf0092614ef109ac9eb5c9d5641145212 (
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
|
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= qt47
PORTVERSION= 4.7.2
PORTREVISION= 4
CATEGORIES= devel linux
MASTER_SITES= LOCAL/tijl/atrpms:amd64,i386
SRC_DISTFILES= # unavailable
DIST_SUBDIR= atrpms
MAINTAINER= emulation@FreeBSD.org
COMMENT= Cross-platform application and UI framework (Linux CentOS ${LINUX_DIST_VER})
RPMVERSION= 1_18.el6
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= fontconfig png dbuslibs sqlite3 openssl
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|