blob: 229ef32896caa9e4e32e53e7e458ba55752f5794 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: slurp
# Date created: 30 Jun 1996
# Whom: jraynard
#
# $FreeBSD$
#
PORTNAME= slurp
PORTVERSION= 1.10
PORTREVISION= 2
CATEGORIES= news
MASTER_SITES= ftp://ftp.demon.co.uk/pub/news/slurp/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Passive NNTP client to retrieve Usenet articles from a remote server
NO_WRKSUBDIR= yes
MAN1= slurp.1
pre-install:
${MKDIR} ${PREFIX}/news/lib ${PREFIX}/news/bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/slurp ${PREFIX}/news/bin
${INSTALL_MAN} ${WRKSRC}/slurp.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/slurp.sys ${PREFIX}/news/lib/slurp.sys.sample
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|