35 lines
889 B
Makefile
35 lines
889 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/10/10 11:05:26 naddy Exp $
|
|
|
|
COMMENT= "command line gnutella client"
|
|
|
|
DISTNAME= gnut-0.4.27
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.448
|
|
|
|
HOMEPAGE= http://www.gnutelliums.com/linux_unix/gnut
|
|
|
|
MAINTAINER= Nikolay Sturm <nikolay.sturm@desy.de>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://tesla.desy.de/~nsturm/distfiles/ \
|
|
${HOMEPAGE}/tars/
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gfind:findutils-*:misc/findutils
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnut
|
|
${INSTALL_DATA} ${WRKSRC}/GDJ ${WRKSRC}/gnutrc.sample ${PREFIX}/share/examples/gnut
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnut
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/doc/TUTORIAL ${WRKSRC}/doc/gnut* ${PREFIX}/share/doc/gnut
|
|
|
|
.include <bsd.port.mk>
|