cb992b6d33
(category x11-toolkits). - x11-toolkits/linux-f10-gtk2 is not updated yet, it wants to chroot(8) - Fix plist of linux-f10-qt45
22 lines
611 B
Makefile
22 lines
611 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ${LINUX_NAME}45
|
|
PORTVERSION= 4.5.3
|
|
CATEGORIES= x11-toolkits linux
|
|
MASTER_SITES= http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/10/i386/ \
|
|
http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/10/SRPMS/
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of QT4 (Linux Fedora 10)
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= fontconfig libmng png
|
|
LINUX_NAME= qt
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 9.fc10
|
|
USE_LDCONFIG= yes
|
|
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
|
|
|
.include <bsd.port.mk>
|