# ex:ts=8 # Ports collection makefile for: qfsm # Date created: Mar 14, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= qfsm PORTVERSION= 0.53.0 DISTVERSIONSUFFIX= -Source CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= A graphical tool for designing finite state machines LICENSE= GPLv3 # (or later) OPTIONS_DEFINE= GRAPHVIZ DOCS EXAMPLES USE_BZIP2= yes USE_XORG= xi USE_QT4= corelib gui qt3support svg xml \ moc_build qmake_build rcc_build uic_build USE_GNOME= desktopfileutils USES= cmake INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes .include .if ${PORT_OPTIONS:MGRAPHVIZ} BULID_DEPENDS+= graphviz>=2.22:${PORTSDIR}/graphics/graphviz RUN_DEPENDS+= graphviz>=2.22:${PORTSDIR}/graphics/graphviz .else CMAKE_ARGS+= -DQFSM_AVOID_GRAPHVIZ:BOOL=ON .endif post-patch: @${REINPLACE_CMD} -e \ '/\/usr\//d' ${WRKSRC}/FindGraphViz.cmake do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} qfsm ${PREFIX}/bin) @${MKDIR} ${PREFIX}/share/applications (cd ${WRKSRC}/desktop && ${INSTALL_DATA} qfsm.desktop \ ${PREFIX}/share/applications) .for i in 32x32 48x48 64x64 @${MKDIR} ${PREFIX}/share/icons/hicolor/${i}/apps (cd ${WRKSRC}/desktop/${i}/apps && ${INSTALL_DATA} qfsm.png \ ${PREFIX}/share/icons/hicolor/${i}/apps) @${MKDIR} ${PREFIX}/share/icons/hicolor/${i}/mimetypes (cd ${WRKSRC}/desktop/${i}/mimetypes && ${INSTALL_DATA} x-qfsm.png \ ${PREFIX}/share/icons/hicolor/${i}/mimetypes) .endfor @${MKDIR} ${PREFIX}/share/mimelnk/application (cd ${WRKSRC}/desktop && ${INSTALL_DATA} x-qfsm.desktop \ ${PREFIX}/share/mimelnk/application) @${MKDIR} ${DATADIR} (cd ${WRKSRC}/po && ${INSTALL_DATA} *.qm ${DATADIR}) .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}/doc/user && ${COPYTREE_SHARE} . ${DOCSDIR}) .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif @-update-desktop-database .include ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add a new OPTION (off by default), DOCKHOTKEYS that permit to set hotkeysgarga2007-10-061-2/+7
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
* Add my own web site as a backup master sitedougb2006-05-221-1/+2
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
* Conversion to a single libtool environment.ade2006-02-231-2/+2
* Use official spellings of `GNUstep' and `NeXTstep' in port's COMMENT anddanfe2005-12-261-1/+1
* Add option (on by default) to compile in the infamousdougb2005-11-241-0/+6
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* For the ports that I maintain, do the following as appropriate:dougb2005-10-291-2/+2
* 1. Move the include of bsd.port.pre.mk before OPTIONS based on a recentdougb2005-08-111-1/+5
* Update to the latest, 0.92.dougb2005-07-251-16/+4
* Update to 0.91.0, the latest version from the window maker team.dougb2004-10-261-11/+29
* - Fix build on 4-stablepav2004-10-261-21/+17
* Update to 0.90.0, the latest release from the Window Maker team.dougb2004-10-241-23/+7
* - Convert to OPTIONSpav2004-08-211-13/+4
* Pet portlintkrion2004-07-111-2/+2
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Drop maintainership; I don't use this from day-to-day thesedays.kris2004-05-061-1/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-14