qt2
This commit is contained in:
parent
3f988f3920
commit
57eb0e94a0
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/08/21 17:54:34 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2001/08/27 14:05:24 espie Exp $
|
||||
V=0.5
|
||||
CATEGORIES= x11 x11/kde
|
||||
NEED_VERSION= 1.402
|
||||
NEED_VERSION= 1.447
|
||||
COMMENT= "KDE style engine"
|
||||
HOMEPAGE= http://www.mosfet.org/liquid.html
|
||||
MASTER_SITES= http://www.mosfet.org/
|
||||
@ -12,14 +12,14 @@ MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
BUILD_DEPENDS= autoconf::devel/autoconf \
|
||||
automake::devel/automake
|
||||
|
||||
LIB_DEPENDS= qt.2.::x11/qt2 \
|
||||
png.2.::graphics/png \
|
||||
MODULES= qt2
|
||||
LIB_DEPENDS= png.2.::graphics/png \
|
||||
jpeg.62.::graphics/jpeg \
|
||||
tiff.35.::graphics/tiff \
|
||||
kdecore.3.::x11/kde/libs2 \
|
||||
kwin::x11/kde/base2
|
||||
|
||||
USE_GMAKE=Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
# QPL
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
@ -28,16 +28,14 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_CDROM= "Not without the source"
|
||||
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
|
||||
CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --disable-threading
|
||||
CONFIGURE_ARGS+= --enable-mitshm
|
||||
|
||||
CONFIGURE_ENV= MOC=${LOCALBASE}/bin/moc2
|
||||
CONFIGURE_ENV+= UIC_NOT_NEEDED=true
|
||||
CONFIGURE_ENV= UIC_NOT_NEEDED=true
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
|
||||
pre-configure:
|
||||
|
Loading…
Reference in New Issue
Block a user