2bbd84f959
- bump NEED_VERSION
35 lines
818 B
Makefile
35 lines
818 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/03/12 02:49:02 kevlo Exp $
|
|
|
|
COMMENT= "download and decode binaries posted to Usenet"
|
|
|
|
DISTNAME= ubh-2.5
|
|
CATEGORIES= news
|
|
NEED_VERSION= 1.509
|
|
|
|
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/
|
|
|
|
RUN_DEPENDS= ::mail/p5-MIME-tools \
|
|
::net/p5-libnet \
|
|
::news/p5-News-Newsrc \
|
|
::devel/p5-String-CRC32
|
|
|
|
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
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ubh.html ${PREFIX}/share/doc/ubh
|
|
cp ${WRKSRC}/examples/* ${PREFIX}/share/examples/ubh
|
|
|
|
.include <bsd.port.mk>
|