1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Reassign ownership to hamradio@

Clean up portlint -C warnings do not mute install
Clean up QA reported error in staging
Correct upstream website in Makefile fetch and pkg-descr
No binary changes
This commit is contained in:
Diane Bruce 2015-08-18 23:05:43 +00:00
parent 163eb784ea
commit 4bef6dc153
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394662
4 changed files with 25 additions and 25 deletions

View File

@ -5,10 +5,10 @@ PORTNAME= cwirc
PORTVERSION= 2.0.0
PORTREVISION= 5
CATEGORIES= irc comms hamradio
MASTER_SITES= http://users.skynet.be/ppc/cwirc/download/ \
MASTER_SITES= http://myspace.voo.be/pcoupard/cwirc/download/ \
LOCAL/db
MAINTAINER= db@FreeBSD.org
MAINTAINER= hamradio@FreeBSD.org
COMMENT= X-Chat Morse plugin
LICENSE= GPLv2
@ -17,21 +17,19 @@ BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xchat
USES= pkgconfig
OPTIONS_DEFINE= DOCS
post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
-e 's|%%STAGEDIR%%|${STAGEDIR}|' ${WRKSRC}/Makefile
-e 's|%%STAGEDIR%%|${STAGEDIR}|' ${WRKSRC}/Makefile
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in COPYING LISEZMOI README RELEASE_NOTES
@${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
.endfor
@${MKDIR} ${STAGEDIR}${DOCSDIR}/schematics
${MKDIR} ${STAGEDIR}${DOCSDIR}/schematics
.for f in cw_oscillator.jpg rs232_key_connection.jpg
@${INSTALL_DATA} ${WRKSRC}/schematics/$f ${STAGEDIR}${DOCSDIR}/schematics
${INSTALL_DATA} ${WRKSRC}/schematics/$f ${STAGEDIR}${DOCSDIR}/schematics
.endfor
.include <bsd.port.mk>

View File

@ -17,9 +17,11 @@
#
# $FreeBSD$
TARGET_OS=FREEBSD
PLUGIN_INSTALL_DIRECTORY=%%STAGEDIR%%%%PREFIX%%/lib/xchat/plugins
FRONTEND_INSTALL_DIRECTORY=%%STAGEDIR%%%%PREFIX%%/bin
CWIRC_EXTENSIONS_DIRECTORY=%%STAGEDIR%%%%PREFIX%%/share/cwirc/extensions
STAGEDIR=%%STAGEDIR%%
PREFIX=%%PREFIX%%
PLUGIN_INSTALL_DIRECTORY=${PREFIX}/lib/xchat/plugins
FRONTEND_INSTALL_DIRECTORY=${PREFIX}/bin
CWIRC_EXTENSIONS_DIRECTORY=${PREFIX}/share/cwirc/extensions
#EXTRA_LDFLAGS=
# Use these with Debian GNU/Linux for example
@ -74,11 +76,11 @@ all: missing_settings \
install: missing_settings \
$(PLUGIN) \
$(FRONTEND)
$(MKDIR) -p $(PLUGIN_INSTALL_DIRECTORY)
$(MKDIR) -p $(CWIRC_EXTENSIONS_DIRECTORY)
$(CP) $(PLUGIN) $(PLUGIN_INSTALL_DIRECTORY)
$(MKDIR) -p $(FRONTEND_INSTALL_DIRECTORY)
$(CP) $(FRONTEND) $(FRONTEND_INSTALL_DIRECTORY)
$(MKDIR) -p $(STAGEDIR)$(PLUGIN_INSTALL_DIRECTORY)
$(MKDIR) -p $(STAGEDIR)$(CWIRC_EXTENSIONS_DIRECTORY)
$(CP) $(PLUGIN) $(STAGEDIR)$(PLUGIN_INSTALL_DIRECTORY)
$(MKDIR) -p $(STAGEDIR)$(FRONTEND_INSTALL_DIRECTORY)
$(CP) $(FRONTEND) $(STAGEDIR)$(FRONTEND_INSTALL_DIRECTORY)
uninstall: missing_settings
$(RM) -f $(PLUGIN_INSTALL_DIRECTORY)/$(PLUGIN)

View File

@ -8,4 +8,4 @@ straight or iambic key connected to a serial port, or using the mouse buttons,
and the sound is played through the soundcard, or through an external sounder.
WWW: http://users.skynet.be/ppc/cwirc/
WWW: http://myspace.voo.be/pcoupard/cwirc

View File

@ -1,8 +1,8 @@
bin/cwirc_frontend
#bin/cwirc_frontend
lib/xchat/plugins/cwirc.so
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/LISEZMOI
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
%%PORTDOCS%%%%DOCSDIR%%/schematics/cw_oscillator.jpg
%%PORTDOCS%%%%DOCSDIR%%/schematics/rs232_key_connection.jpg
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/LISEZMOI
%%DOCSDIR%%/README
%%DOCSDIR%%/RELEASE_NOTES
%%DOCSDIR%%/schematics/cw_oscillator.jpg
%%DOCSDIR%%/schematics/rs232_key_connection.jpg