- update homepage

- working master site
- groff not needed, varified with mandoc(1)
- regen plist
- bump rev

From: Mikolaj Kucharski
This commit is contained in:
naddy 2011-07-05 04:26:24 +00:00
parent 421b4fb65e
commit 1f19df2d13
3 changed files with 16 additions and 12 deletions

View File

@ -1,12 +1,13 @@
# $OpenBSD: Makefile,v 1.10 2011/06/16 20:49:11 sthen Exp $
# $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://p2presearch.com/unworkable
HOMEPAGE= http://code.google.com/p/unworkable/
MAINTAINER= Niall O Higgins <niallo@openbsd.org>
@ -16,18 +17,17 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://p2presearch.com/unworkable/dist/
MASTER_SITES= http://unworkable.googlecode.com/files/
WRKDIST= ${WRKDIR}/unworkable
WANTLIB= c crypto event
NO_REGRESS= Yes
USE_GROFF= Yes
MAKE_FILE= BSDmakefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/unworkable.cat1 ${PREFIX}/man/man1/unworkable.0
${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>

View File

@ -1,8 +1,12 @@
$OpenBSD: patch-BSDmakefile,v 1.2 2009/11/12 20:22:31 benoit Exp $
--- BSDmakefile.orig Mon Aug 31 07:48:38 2009
+++ BSDmakefile Thu Nov 12 16:43:20 2009
@@ -42,7 +42,7 @@
all: ${PROG} unworkable.cat1
$OpenBSD: patch-BSDmakefile,v 1.3 2011/07/05 04:26:24 naddy Exp $
--- BSDmakefile.orig Mon Oct 6 00:56:25 2008
+++ BSDmakefile Tue Jul 5 00:24:59 2011
@@ -39,10 +39,10 @@ SRCS= announce.c bencode.c buf.c ctl_server.c network.
OBJS= ${SRCS:N*.h:N*.sh:R:S/$/.o/g}
MAN= unworkable.1
-all: ${PROG} unworkable.cat1
+all: ${PROG} ${MAN}
${PROG}: libunworkable.a main.o
- ${CC} -o ${.TARGET} ${LDFLAGS} -levent -lcrypto main.o -lunworkable

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2008/09/23 14:23:22 martynas Exp $
@comment $OpenBSD: PLIST,v 1.3 2011/07/05 04:26:24 naddy Exp $
@bin bin/unworkable
man/man1/unworkable.0
@man man/man1/unworkable.1