eef9a8c3dd
ok niallo@
32 lines
679 B
Makefile
32 lines
679 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/01/09 21:45:43 benoit Exp $
|
|
|
|
COMMENT= simple BitTorrent implementation
|
|
|
|
DISTNAME= unworkable-0.53
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://p2presearch.com/unworkable
|
|
|
|
MAINTAINER= Niall O Higgins <niallo@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://p2presearch.com/unworkable/dist/
|
|
|
|
WRKDIST= ${WRKDIR}/unworkable
|
|
WANTLIB= c crypto event
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
MAKE_FILE= BSDmakefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/unworkable.cat1 ${PREFIX}/man/man1/unworkable.0
|
|
|
|
.include <bsd.port.mk>
|