88bfe4bd43
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
28 lines
680 B
Makefile
28 lines
680 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qt47-webkit
|
|
PORTVERSION= 4.7.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www linux
|
|
MASTER_SITES= LOCAL/xmj
|
|
PKGNAMEPREFIX= linux-${USE_LINUX}-
|
|
DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of QT4 (Linux CentOS 5)
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
RPMVERSION= 1_18.el5
|
|
USE_LINUX= c6
|
|
LINUX_RPM_ARCH= i386
|
|
USE_LINUX_APPS= fontconfig png xorglibs sqlite3 qt47 qt47-x11
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 5
|
|
USE_LDCONFIG= yes
|
|
DESCR= ${.CURDIR}/../../www/webkit-gtk3/pkg-descr # contains no GTK references, reuse
|
|
|
|
SRC_DISTFILES:= # unretrievable
|
|
|
|
.include <bsd.port.mk>
|