mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
c01e4cb98d
PR: ports/78005 Submitted by: maintainer
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# New ports collection makefile for: ircservices
|
|
# Date created: Sun Oct 27 11:49:48 CET 2002
|
|
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ircservices
|
|
PORTVERSION= 5.0.${PATCHLEVEL}
|
|
CATEGORIES= irc
|
|
MASTER_SITES= ftp://ftp.esper.net/ircservices/
|
|
DISTNAME= ${PORTNAME}-5.0.0
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCHLEVEL= 47
|
|
PATCHFILES!= /usr/bin/jot -s " " -w ${DISTNAME:C/[0-9]*$//}%d.diff.gz \
|
|
${PATCHLEVEL} 1 ${PATCHLEVEL}
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= bu7cher@yandex.ru
|
|
COMMENT= A system of IRC services for IRC networks
|
|
|
|
USE_PERL5_BUILD=yes
|
|
HAS_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
CONFIGURE_ARGS= -prefix ${PREFIX} -cflags "${CFLAGS}" -cc "${CC}"
|
|
|
|
post-install:
|
|
@${ECHO_CMD} "Installing ${PREFIX}/etc/rc.d/ircservices.sh.sample startup file."
|
|
@${INSTALL_SCRIPT} ${FILESDIR}/ircservices.sh \
|
|
${PREFIX}/etc/rc.d/ircservices.sh.sample
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/Changes ${WRKSRC}/KnownBugs ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|