ports/irc/simpleirc/Makefile
Robert Clausecker ae833d4377 */*: drop maintainership of various ports
Maintainer requests to be relieved of maintainership of some of his
ports due to lack of time.

Approved by:	Clockwork6400@protonmail.com (maintainer, via IRC)
2024-11-14 09:41:03 +01:00

28 lines
602 B
Makefile

PORTNAME= simpleirc
DISTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://dl.suckless.org/tools/
DISTNAME= sic-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extremely simple IRC client
WWW= http://www.suckless.org/programs/sic.html
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
PLIST_FILES= bin/simpleirc share/man/man1/simpleirc.1.gz
PORTDOCS= README
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/simpleirc
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>