freebsd-ports/x11-toolkits/linux-c7-qt-x11/Makefile

29 lines
693 B
Makefile
Raw Normal View History

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
2017-01-31 17:54:21 +01:00
PORTNAME= qt
PORTVERSION= 4.8.7
2019-07-07 19:26:31 +02:00
DISTVERSIONSUFFIX= -3.el7_6
PORTREVISION= 2
CATEGORIES= x11-toolkits linux
2017-01-31 17:54:21 +01:00
PKGNAMESUFFIX= -x11
MAINTAINER= emulation@FreeBSD.org
2017-01-31 17:54:21 +01:00
COMMENT= Cross-platform application and UI framework (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= alsalib dri fontconfig jpeg png qt tiff xorglibs
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
CONFLICTS= linux-c6-qt47-x11-[0-9]*
DATADIR= ${PREFIX}/usr/share/${PORTNAME}4
DESCR= ${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
2017-01-31 17:54:21 +01:00
post-patch:
@${RM} -r ${WRKSRC}/usr/share/icons
.include <bsd.port.mk>