- use module qt2
- bump NEED_VERSION - fix PLIST
This commit is contained in:
parent
2b17fedc30
commit
cf599c7a3e
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/08/18 03:39:14 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/09/02 10:18:30 kevlo Exp $
|
||||
|
||||
COMMENT= "xml editor for KDE"
|
||||
|
||||
DISTNAME= kxmleditor-0.5
|
||||
CATEGORIES= editors
|
||||
NEED_VERSION= 1.420
|
||||
NEED_VERSION= 1.448
|
||||
|
||||
HOMEPAGE= http://kxmleditor.sourceforge.net/
|
||||
|
||||
@ -21,15 +21,16 @@ MASTER_SITE_SUBDIR= kxmleditor
|
||||
BUILD_DEPENDS= uic::x11/qt2-designer
|
||||
LIB_DEPENDS= kdecore.3.::x11/kde/libs2
|
||||
|
||||
MODULES= qt2
|
||||
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
# Ensure qt2 will always be at the front
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${LOCALBASE}/lib/qt2'
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2
|
||||
CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ENV= MOC=${LOCALBASE}/bin/moc2 KDEDIR=${LOCALBASE}
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ENV= KDEDIR=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/08/18 03:39:19 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/09/02 10:18:33 kevlo Exp $
|
||||
bin/kxmleditor
|
||||
share/applnk/Applications/kxmleditor.desktop
|
||||
share/apps/kxmleditor/icons/hicolor/16x16/actions/bookmark_next.png
|
||||
@ -72,6 +72,10 @@ share/doc/HTML/en/kxmleditor/screenshot.png
|
||||
share/doc/HTML/en/kxmleditor/setupspcchr.png
|
||||
share/doc/HTML/en/kxmleditor/setuptargz.png
|
||||
share/doc/HTML/en/kxmleditor/xml.png
|
||||
share/icons/hicolor/32x32/apps/kxmleditor.png
|
||||
share/icons/hicolor/48x48/apps/kxmleditor.png
|
||||
share/icons/locolor/16x16/apps/kxmleditor.png
|
||||
share/icons/locolor/32x32/apps/kxmleditor.png
|
||||
@dirrm share/doc/HTML/en/kxmleditor
|
||||
@dirrm share/apps/kxmleditor/pics
|
||||
@dirrm share/apps/kxmleditor/icons/locolor/16x16/actions
|
||||
|
Loading…
Reference in New Issue
Block a user