pkgsrc/net/waste/Makefile
2016-02-25 16:20:49 +00:00

38 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.19 2016/02/25 16:20:53 jperkin Exp $
#
DISTNAME= waste-source
PKGNAME= waste-1.0
CATEGORIES= net
# AOL pulled the plug on Nullsoft
# MASTER_SITES= http://www.nullsoft.com/free/waste/
# HOMEPAGE= http://www.nullsoft.com/free/waste/
MASTER_SITES= http://slackerbitch.free.fr/waste/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://waste.2mbit.com/index2.html
COMMENT= Secure file sharing network
WRKSRC= ${WRKDIR}/waste
RESTRICTED= Unclear legal status: AOL claims Nullsoft did not \
release the software at all, while others regard it as \
licensed under the GPL
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
USE_LANGUAGES= c c++
LDFLAGS.DragonFly+= -lmd
INSTALLATION_DIRS= sbin share/doc/waste
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wastesrv ${DESTDIR}${PREFIX}/sbin/wastesrv
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/waste
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"