freebsd-ports/net-p2p/unworkable/Makefile
Jeremy Messenger 1aecb014df -LOCALBASE -> (MAN)PREFIX to install its own files.
-No need the bsd.port.pre.mk and bsd.port.post.mk.
-Minor clean up.

Approved by:	wen heping <wenheping@gmail.com> (maintainer)
2008-11-03 04:34:56 +00:00

30 lines
671 B
Makefile

# New ports collection makefile for: unworkable
# Date created: 06 Oct 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= unworkable
PORTVERSION= 0.51
CATEGORIES= net-p2p
MASTER_SITES= http://p2presearch.com/unworkable/dist/
MAINTAINER= wenheping@gmail.com
COMMENT= A Free BitTorrent Implementation
LIB_DEPENDS= event:${PORTSDIR}/devel/libevent
USE_SCONS= yes
USE_OPENSSL= yes
SCONS_BUILDENV= ${SCONS_ENV}
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/unworkable
MAN1= unworkable.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${MANPREFIX}/man/man1/
.include <bsd.port.mk>