ports/devel/linux-c7-qt/Makefile
Tijl Coosemans 346b48c4ce Move security/linux-c7-openssl into emulators/linux_base-c7. It is needed
by sha*sum from the coreutils package.
2019-08-25 15:37:08 +00:00

24 lines
530 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= qt
PORTVERSION= 4.8.7
DISTVERSIONSUFFIX= -3.el7_6
PORTREVISION= 2
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of QT4 (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= fontconfig png dbuslibs sqlite3
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}47-[0-9]*
DATADIR= ${PREFIX}/usr/share/${PORTNAME}4
DESCR= ${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>