2007-09-15 17:41:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2007/09/15 21:41:50 merdely Exp $
|
2001-05-05 22:56:33 -04:00
|
|
|
|
2007-09-15 17:41:50 -04:00
|
|
|
COMMENT= download and decode binaries posted to Usenet
|
2001-01-24 03:25:37 -05:00
|
|
|
|
2002-03-11 21:49:02 -05:00
|
|
|
DISTNAME= ubh-2.5
|
2001-01-24 03:25:37 -05: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/
|
|
|
|
|
2001-11-13 17:13:22 -05:00
|
|
|
RUN_DEPENDS= ::mail/p5-MIME-tools \
|
2002-03-11 21:49:02 -05:00
|
|
|
::news/p5-News-Newsrc \
|
|
|
|
::devel/p5-String-CRC32
|
2001-01-24 03:25:37 -05:00
|
|
|
|
|
|
|
NO_BUILD= Yes
|
2002-10-27 20:50:16 -05:00
|
|
|
NO_REGRESS= Yes
|
2004-02-02 12:35:01 -05:00
|
|
|
PKG_ARCH= *
|
2001-01-24 03:25:37 -05: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 11:56:32 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ubh.html ${PREFIX}/share/doc/ubh
|
2001-01-24 03:25:37 -05:00
|
|
|
cp ${WRKSRC}/examples/* ${PREFIX}/share/examples/ubh
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|