blob: c9b248f20fef69ccb17e1731bc6d2267a47d949b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 2004/04/11 05:42:09 snj Exp $
#
DISTNAME= dccserver-0.4
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
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/dccserver
${INSTALL_DATA} ${WRKSRC}/contrib/dccsend.pl ${PREFIX}/share/dccserver
.include "../../mk/bsd.pkg.mk"
|