openbsd-ports/net/unworkable/Makefile
naddy 1f19df2d13 - update homepage
- working master site
- groff not needed, varified with mandoc(1)
- regen plist
- bump rev

From: Mikolaj Kucharski
2011-07-05 04:26:24 +00:00

34 lines
691 B
Makefile

# $OpenBSD: Makefile,v 1.11 2011/07/05 04:26:24 naddy Exp $
COMMENT= simple BitTorrent implementation
DISTNAME= unworkable-0.53
EPOCH= 0
REVISION= 0
CATEGORIES= net
HOMEPAGE= http://code.google.com/p/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://unworkable.googlecode.com/files/
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.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>