summaryrefslogtreecommitdiff
path: root/chat/dccserver/Makefile
blob: 946f6b51d756baf6f051cc1dfe8168f7ded7cb24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.5 2012/01/20 15:05:05 wiz Exp $
#

DISTNAME=		dccserver-0.5
CATEGORIES=		chat
MASTER_SITES=		http://www.nih.at/dccserver/
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		wiz@NetBSD.org
HOMEPAGE=		http://www.nih.at/dccserver/
COMMENT=		Standalone replacement for the mIRC /dccserver command
LICENSE=		2-clause-bsd AND modified-bsd

GNU_CONFIGURE=		yes

PKG_DESTDIR_SUPPORT=	user-destdir
# just a contrib script, don't want to incur a perl dependency for that
REPLACE_PERL=		contrib/dccsend.pl

SPECIAL_PERMS+=		${PREFIX}/bin/dccserver ${SETUID_ROOT_PERMS}

INSTALLATION_DIRS=	share/dccserver

post-install:
	${INSTALL_DATA} ${WRKSRC}/contrib/dccsend.pl ${DESTDIR}${PREFIX}/share/dccserver

.include "../../mk/bsd.pkg.mk"