blob: 6434a4c81f63f39e8f96a4d106b9d0d390b47131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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"
|