mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
25 lines
530 B
Makefile
25 lines
530 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qt
|
|
PORTVERSION= 4.8.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of QT4 (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}47-[0-9]*
|
|
|
|
DATADIR= ${PREFIX}/usr/share/${PORTNAME}4
|
|
DESCR= ${.CURDIR}/../../devel/${PORTNAME}4/pkg-descr
|
|
RPMVERSION= 15.el7_4
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= fontconfig png dbuslibs sqlite3 openssl
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|