ab13d51f66
fixes CVE-2011-3922.
18 lines
522 B
Makefile
18 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/01/21 15:36:51 chs Exp $
|
|
|
|
DISTNAME= suse_qt4-${SUSE_VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= emulators
|
|
DISTFILES= libqt4-4.6.3-2.7.1.${SUSE_ARCH}.rpm \
|
|
libqt4-qt3support-4.6.3-2.7.1.${SUSE_ARCH}.rpm \
|
|
libqt4-x11-4.6.3-2.7.1.${SUSE_ARCH}.rpm
|
|
|
|
MAINTAINER= chs@NetBSD.org
|
|
COMMENT= Linux compatibility package for QT4
|
|
|
|
EMUL_MODULES.linux= x11 fontconfig png
|
|
|
|
PLIST_SRC= ${PKGDIR}/PLIST ${RPM2PKG_PLIST}
|
|
|
|
.include "../../emulators/suse113_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|