pkgsrc/net/waste/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2009/01/23 21:14:17 jschauma 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
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
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}
2006-06-02 01:15:39 +02:00
USE_LANGUAGES= c c++
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"
LDFLAGS+= -lmd
.endif
2008-06-20 03:09:05 +02:00
INSTALLATION_DIRS= sbin share/doc/waste
do-install:
2008-06-20 03:09:05 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/wastesrv ${DESTDIR}${PREFIX}/sbin/wastesrv
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/waste
2004-04-18 09:17:27 +02:00
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"