- Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc.
27 lines
710 B
Makefile
27 lines
710 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qt47
|
|
PORTVERSION= 4.7.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel linux
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= xmj
|
|
DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of QT4 (Linux CentOS 5)
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX= c6
|
|
USE_LINUX_APPS= fontconfig png dbuslibs sqlite3 hicontheme
|
|
USE_LINUX_RPM= yes
|
|
RPMVERSION= 1_18.el5
|
|
LINUX_RPM_ARCH= i386
|
|
USE_LDCONFIG= yes
|
|
LINUX_DIST_VER= 5 # need centos 6 infrastructure, even though port is from centos 5
|
|
DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr
|
|
|
|
SRC_DISTFILES:= # no file available, nowhere
|
|
|
|
.include <bsd.port.mk>
|