1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/irc/cgiirc/Makefile
Jason E. Hale 1cf6f28179 - Move LICENSE to correct location
- Remove LICENSE_FILE since GPLv2 is in Templates/Licenses
- Trim Makefile header

PR:		ports/173999
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
Feature safe:	yes
2012-11-30 07:52:12 +00:00

29 lines
719 B
Makefile

# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
# $FreeBSD$
PORTNAME= cgiirc
PORTVERSION= 0.5.10
CATEGORIES= irc www perl5
MASTER_SITES= http://cgiirc.org/releases/ \
SF/${PORTNAME}/cgi-irc/${PORTVERSION}
MAINTAINER= rodrigo@bebik.net
COMMENT= IRC web gateway written in Perl
LICENSE= GPLv2
USE_PERL5= yes
NO_BUILD= yes
pre-install:
@${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true
do-install:
${MKDIR} ${PREFIX}/www/cgiirc
${CP} -rp ${WRKSRC}/* ${PREFIX}/www/cgiirc
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/cgiirc
@[ -f ${PREFIX}/www/cgiirc/cgiirc.config ] || \
${CP} ${WRKSRC}/cgiirc.config.sample ${PREFIX}/www/cgiirc/cgiirc.config
.include <bsd.port.mk>