Index: head/graphics/qcomicbook/Makefile =================================================================== --- head/graphics/qcomicbook/Makefile (revision 257050) +++ head/graphics/qcomicbook/Makefile (revision 257051) @@ -1,65 +1,66 @@ # New ports collection makefile for: qcomicbook # Date created: 24 April, 2005 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= qcomicbook PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://qcomicbook.linux-projects.net/releases/ MAINTAINER= lioux@FreeBSD.org COMMENT= QT-based comic book archive viewer RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ unrar:${PORTSDIR}/archivers/unrar LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_QT_VER= 4 QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build uic_build USE_CMAKE= yes MAKE_JOBS_SAFE= yes PLIST_FILES= \ ${DESKTOPDIR:S,^${PREFIX}/,,}/${PORTNAME}.desktop \ bin/qcomicbook \ share/pixmaps/qcomicbook.png MAN1= qcomicbook.1 NO_MANCOMPRESS= yes OPTIONS= 7ZIP "Enable support for 7-Zip (.cb7) comic book archives" on \ ACE "Enable support for ACE (.cba) comic book archives" on post-patch: # fix man install directory @${REINPLACE_CMD} -E \ -e 's|share/man|man|' \ ${WRKSRC}/help/CMakeLists.txt # fix pixmap location @${REINPLACE_CMD} -E \ -e 's|(qcomicbook.png)|${PREFIX}/share/pixmaps/\1|' \ ${WRKSRC}/data/qcomicbook.desktop .include .if ${OSVERSION} < 700042 CPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} .endif # 7-Zip (.cb7) support .if !defined(WITHOUT_7ZIP) RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip .endif # ACE (.cba) support .if !defined(WITHOUT_ACE) RUN_DEPENDS+= unace:${PORTSDIR}/archivers/unace .endif .include Property changes on: head/graphics/qcomicbook/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.33 \ No newline at end of property +1.34 \ No newline at end of property Index: head/graphics/qcomicbook/pkg-plist =================================================================== --- head/graphics/qcomicbook/pkg-plist (nonexistent) +++ head/graphics/qcomicbook/pkg-plist (revision 257051) @@ -0,0 +1 @@ +@dirrmtry share/applications Property changes on: head/graphics/qcomicbook/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.8 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property