2009-04-01 17:25:39 +02:00
|
|
|
# New ports collection makefile for: x11-toolkits/linux-f8-qt33
|
|
|
|
# Date created: 2008-04-04
|
|
|
|
# Whom: bsam
|
2007-05-25 16:16:34 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-04-01 17:25:39 +02:00
|
|
|
PORTNAME= ${LINUX_NAME}33
|
|
|
|
PORTVERSION= 3.3.8b
|
2009-06-02 22:14:36 +02:00
|
|
|
PORTREVISION= 1
|
2007-05-25 16:16:34 +02:00
|
|
|
CATEGORIES= x11-toolkits linux
|
2009-04-01 17:25:39 +02:00
|
|
|
PKGNAMEPREFIX= linux-f8-
|
|
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
|
2007-05-25 16:16:34 +02:00
|
|
|
|
2009-04-01 17:25:39 +02:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
|
|
COMMENT= RPM of QT3 (Linux Fedora 8)
|
2007-05-25 16:16:34 +02:00
|
|
|
|
2009-06-02 22:14:36 +02:00
|
|
|
CONFLICTS= linux-qt33-[0-9]* linux-f10-qt33-[0-9]*
|
|
|
|
|
2007-05-25 16:16:34 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= fontconfig libmng png
|
2009-04-01 17:25:39 +02:00
|
|
|
LINUX_NAME= qt
|
|
|
|
LINUX_DIST_VER= 8
|
|
|
|
RPMVERSION= 2.fc8
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2007-05-25 16:16:34 +02:00
|
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
|
|
|
2009-04-01 17:25:39 +02:00
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
|
2007-05-25 16:16:34 +02:00
|
|
|
.include <bsd.port.mk>
|