# Created by: Gerrit Beine # $FreeBSD$ PORTNAME= vym PORTVERSION= 2.2.4 PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/vym/${PORTVERSION} MAINTAINER= lichray@gmail.com COMMENT= VYM is a tool to generate and manipulate mind maps USE_BZIP2= yes USE_QT4= qmake_build uic_build moc_build \ qt3support network xml dbus svg QMAKE_ARGS= PREFIX=${PREFIX} \ DATADIR=${DATADIR:C,/vym$,,} \ DOCDIR=${DOCSDIR} QT_LRELEASE= ${LOCALBASE}/bin/lrelease-qt4 STRIP_FILES= bin/vym DESKTOP_ENTRIES= "VYM" \ "Put the things you have got in your mind into a map" \ "${DATADIR}/icons/vym.png" \ "vym" \ "" \ false .include .if ${PORT_OPTIONS:MNLS} USE_QT4+= linguist_build PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif post-patch: .if !${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/INSTALLS += doc/d' ${WRKSRC}/vym.pro .endif do-configure: .if ${PORT_OPTIONS:MNLS} cd ${WRKSRC} && ${QT_LRELEASE} vym.pro .endif @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \ ${QMAKEFLAGS} ${QMAKE_ARGS} vym.pro post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} .if ${PORT_OPTIONS:MNLS} ${MKDIR} ${DATADIR}/lang ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ .endif .include method='get'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark as broken on 5.x due to the gcc3.3 import, in this case, thelinimon2003-12-221-1/+7
* De-pkg-comment.knu2003-02-212-1/+1
* Correct plistkris2002-09-291-1/+1