1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/irc/dircproxy/Makefile
Nuno Teixeira dc5253b9a7 irc/dircproxy: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-09 13:02:53 +00:00

26 lines
502 B
Makefile

PORTNAME= dircproxy
DISTVERSION= 1.2.0-RC1
PORTREVISION= 3
CATEGORIES= irc
MAINTAINER= mm@FreeBSD.org
COMMENT= Detachable irc proxy server with many features
WWW= http://dircproxy.securiweb.net/
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= w8tvi
GH_PROJECT= dircproxy
GH_TAGNAME= dc563b3
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
SUB_FILES+= pkg-message
USES= autoreconf cpe
post-install:
@cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}
.include <bsd.port.mk>