2010-11-20 09:48:38 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/11/20 09:48:38 espie Exp $
|
2001-05-06 02:56:33 +00:00
|
|
|
|
2007-09-15 21:41:50 +00:00
|
|
|
COMMENT= download and decode binaries posted to Usenet
|
2001-01-24 08:25:37 +00:00
|
|
|
|
2002-03-12 02:49:02 +00:00
|
|
|
DISTNAME= ubh-2.5
|
2001-01-24 08:25:37 +00:00
|
|
|
CATEGORIES= news
|
|
|
|
|
|
|
|
HOMEPAGE= http://ubh.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
|
|
|
|
2010-11-20 09:48:38 +00:00
|
|
|
RUN_DEPENDS= mail/p5-MIME-tools \
|
|
|
|
news/p5-News-Newsrc \
|
|
|
|
devel/p5-String-CRC32
|
2001-01-24 08:25:37 +00:00
|
|
|
|
|
|
|
NO_BUILD= Yes
|
2002-10-28 01:50:16 +00:00
|
|
|
NO_REGRESS= Yes
|
2004-02-02 17:35:01 +00:00
|
|
|
PKG_ARCH= *
|
2001-01-24 08:25:37 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ubh
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ubh
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ubh ${PREFIX}/bin
|
2001-08-11 15:56:32 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ubh.html ${PREFIX}/share/doc/ubh
|
2001-01-24 08:25:37 +00:00
|
|
|
cp ${WRKSRC}/examples/* ${PREFIX}/share/examples/ubh
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|