1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/irc/dircproxy/Makefile
Alexey Dokuchaev 9e612373a5 For ports under emulators', games', irc, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 15:17:46 +00:00

27 lines
486 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= dircproxy
DISTVERSION= 1.2.0-RC1
PORTREVISION= 2
CATEGORIES= irc
MAINTAINER= mm@FreeBSD.org
COMMENT= Detachable irc proxy server with many features
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= w8tvi
GH_PROJECT= dircproxy
GH_TAGNAME= dc563b3
GNU_CONFIGURE= yes
SUB_FILES+= pkg-message
USES= autoreconf
post-install:
@cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}
.include <bsd.port.mk>