598c31b169
it from 500 to 5000, which should be ample. PKGREVISION to 2.
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/03/07 07:28:22 dholland Exp $
|
|
#
|
|
|
|
DISTNAME= newsfetch-1.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= jay.fink@gmail.com
|
|
HOMEPAGE= http://www.systhread.net/coding
|
|
COMMENT= Downloads newsgroup messages in mail file format
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/newsfetch
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
LDFLAGS+= -lsocket -lnsl -lresolv
|
|
.endif
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|