aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/dixit
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-10-13 21:03:03 +0800
committermakc <makc@FreeBSD.org>2013-10-13 21:03:03 +0800
commita24b5a9439576d52b7a1e94d6c4dd3f0e5d8c13e (patch)
tree9d348bd41c93dc07e16d63761a277862fca2beec /textproc/dixit
parent59c0a46aa2540ee31e961d5f970ecb9f7804f01e (diff)
downloadfreebsd-ports-gnome-a24b5a9439576d52b7a1e94d6c4dd3f0e5d8c13e.tar.gz
freebsd-ports-gnome-a24b5a9439576d52b7a1e94d6c4dd3f0e5d8c13e.tar.zst
freebsd-ports-gnome-a24b5a9439576d52b7a1e94d6c4dd3f0e5d8c13e.zip
- Convert unmaintained ports to USES=qmake
- Add stage support - Convert LIB_DEPENDS to new syntax - Minor changes/fixes
Diffstat (limited to 'textproc/dixit')
-rw-r--r--textproc/dixit/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/dixit/Makefile b/textproc/dixit/Makefile
index e5c73c25373f..585e6f08d683 100644
--- a/textproc/dixit/Makefile
+++ b/textproc/dixit/Makefile
@@ -20,9 +20,9 @@ LICENSE= GPLv3 # (or later)
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.${QT_VER}
+USES= qmake
USE_QT4= corelib gui network moc_build qmake_build rcc_build
-HAS_CONFIGURE= yes
-QMAKEFLAGS= QMAKE_LFLAGS="-lz"
+QMAKE_ARGS= QMAKE_LFLAGS="-lz"
PLIST_SUB= _DB=${_DB} DB_DIR=${DB_DIR} _DB_F=${_DB_F}
@@ -60,9 +60,6 @@ post-patch:
@${REINPLACE_CMD} -e \
's|dixit.qdb|${_DB}|' ${WRKSRC}/src/dixit.h
-do-configure:
- (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS})
-
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
@${TOUCH} -t ${DB_DATE} ${WRKSRC}/${_DB_F}