2002-03-11 21:49:02 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2002/03/12 02:49:02 kevlo Exp $
|
2001-05-05 22:56:33 -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
|
2002-03-11 21:49:02 -05:00
|
|
|
NEED_VERSION= 1.509
|
2001-01-24 03:25:37 -05:00
|
|
|
|
|
|
|
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 \
|
|
|
|
::net/p5-libnet \
|
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
|
|
|
|
|
|
|
|
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>
|