opnsense-ports/irc/dircproxy/Makefile
Franco Fichtner 42aa612dc9 */*: sync with upstream
Taken from: FreeBSD
2015-08-26 08:26:26 +02:00

23 lines
510 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= dircproxy
DISTVERSION= 1.2.0-RC1
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://dircproxy.googlecode.com/files/
MAINTAINER= mm@FreeBSD.org
COMMENT= Detachable irc proxy server with many features
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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>