diff --git a/comms/ebook2cwgui/Makefile b/comms/ebook2cwgui/Makefile index 4600a0f9d971..b1e40b08a284 100644 --- a/comms/ebook2cwgui/Makefile +++ b/comms/ebook2cwgui/Makefile @@ -1,41 +1,44 @@ PORTNAME= ebook2cwgui PORTVERSION= 0.1.2 PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \ LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= Gui front end for ebooks2cw WWW= http://fkurz.net/ham/ebook2cw.html #graphicaluserinterface +DEPRECATED= Abandoned project, last update 2013-01-23 and use deprecated wxgtk28 +EXPIRATION_DATE= 2022-12-31 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ebook2cw:comms/ebook2cw USES= compiler:c++11-lang USE_WX= 2.8 PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG:S,${PREFIX}/bin/,,}|g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ -e 's|g++|${CXX}|g' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ebook2cwgui ${STAGEDIR}${PREFIX}/bin/ebook2cwgui ${INSTALL_DATA} ${WRKSRC}/ebook2cwgui.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in README ChangeLog ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}/$f .endfor .include