- fix comment
- simplify addition of png header path
This commit is contained in:
parent
2d515b87cb
commit
f10270fedf
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2002/08/11 05:59:28 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2002/08/11 06:02:59 brad Exp $
|
||||
|
||||
COMMENT= "classical hangman game for KDE"
|
||||
|
||||
@ -23,7 +23,7 @@ MODULES= qt3
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
||||
MAKE_ENV= KDEDIR="${LOCALBASE}"
|
||||
# Ensure qt2 will always be at the front
|
||||
# Ensure Qt3 will always be at the front
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
|
||||
USE_X11= Yes
|
||||
@ -33,9 +33,9 @@ CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --disable-debug --enable-final
|
||||
CONFIGURE_ARGS+= --disable-threading --disable-mt
|
||||
CONFIGURE_ARGS+= --with-extra-libs="${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS+= --with-extra-includes="${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS+= --with-extra-includes="${LOCALBASE}/include/libpng:${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS+= --with-xinerama
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" KDEDIR="${LOCALBASE}"
|
||||
CONFIGURE_ENV= KDEDIR="${LOCALBASE}"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/applnk/Applications
|
||||
|
Loading…
Reference in New Issue
Block a user