mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d787742dfb
- Add desktop menu-entry PR: ports/150515 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
42 lines
891 B
Makefile
42 lines
891 B
Makefile
# New ports collection makefile for: sigil
|
|
# Date created: 2010-09-07
|
|
# Whom: Jonathan Chen <jonc@chen.org.nz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sigil
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
DISTNAME= Sigil-${PORTVERSION}-Code
|
|
|
|
MAINTAINER= jonc@chen.org.nz
|
|
COMMENT= WYSIWYG ePub editor
|
|
|
|
USE_ZIP= yes
|
|
USE_CMAKE= yes
|
|
USE_DOS2UNIX= DirEnumerator.cpp ZipFile_stl.cpp ZipPlatform_lnx.cpp
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= qmake gui svg webkit xml moc uic rcc imageformats
|
|
|
|
DESKTOP_ENTRIES="Sigil Editor" \
|
|
"${COMMENT}" \
|
|
"${DATADIR}/sigil.png" \
|
|
"sigil" \
|
|
"Application;" \
|
|
${FALSE}
|
|
|
|
post-install:
|
|
${MKDIR} ${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/src/Sigil/Resource_Files/icon/app_icon_48.png ${DATADIR}/sigil.png
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 700000
|
|
BROKEN= does not compile on 6.X
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|