opnsense-ports/irc/dircproxy/Makefile
Franco Fichtner 94f272d089 */*: sync with upstream
Taken from: FreeBSD
2017-03-25 01:45:56 +01:00

28 lines
590 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
USE_AUTOTOOLS= aclocal autoheader automake autoconf
AUTOMAKE_ARGS= --add-missing --copy
GNU_CONFIGURE= yes
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
post-install:
@cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}
.include <bsd.port.mk>