diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-26 04:15:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-26 04:15:55 +0000 |
commit | da8eeebdaa41020e2095b6edda584e719e418700 (patch) | |
tree | b68556ed2af81aed7226b273573de4e574ec8e33 /news/slrn/Makefile | |
parent | Pick another MASTER_SITE that still has the old DISTFILE required (diff) |
Build and install slrnpull by default. Pick another MASTERSITE that
still has the old sources around.
PR: 5844
Submitted by: maintainer
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 055a4d2e75c2..6c3152fefadc 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,17 +1,15 @@ # New ports collection makefile for: slrn -# Version required: 0.9.4.2 +# Version required: 0.9.4.3 # Date created: 28 March 1997 # Whom: Carey Jones <mcj@acquiesce.org> -# -# $Id: Makefile,v 1.4 1997/07/09 10:21:56 max Exp $ +# +# $Id: Makefile,v 1.5 1997/07/15 01:17:22 obrien Exp $ # DISTNAME= slrn0.9.4.3 PKGNAME= slrn-0.9.4.3 CATEGORIES= news -MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ - ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/ \ - ftp://ftp.prz.tu-berlin.de/pub/unix/news/reader/slrn/ +MASTER_SITES= ftp://ftp.clara.net/pub/unix/Usenet/ MAINTAINER= mcj@acquiesce.org @@ -19,12 +17,21 @@ LIB_DEPENDS= slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang WRKSRC= ${WRKDIR}/slrn GNU_CONFIGURE= yes +ALL_TARGET= all slrnpull MAN1= slrn.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrn ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrnpull ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/examples/slrn ${INSTALL_DATA} ${WRKSRC}/doc/slrn.rc ${PREFIX}/share/examples/slrn + @${MKDIR} ${PREFIX}/share/examples/slrn/slrnpull + ${INSTALL_DATA} ${WRKSRC}/slrnpull/QUICK_INSTALL ${PREFIX}/share/examples/slrn/slrnpull + ${INSTALL_DATA} ${WRKSRC}/slrnpull/README ${PREFIX}/share/examples/slrn/slrnpull + ${INSTALL_DATA} ${WRKSRC}/slrnpull/score ${PREFIX}/share/examples/slrn/slrnpull + ${INSTALL_DATA} ${WRKSRC}/slrnpull/slrn.rc ${PREFIX}/share/examples/slrn/slrnpull + ${INSTALL_DATA} ${WRKSRC}/slrnpull/slrnpull.conf ${PREFIX}/share/examples/slrn/slrnpull + ${INSTALL_DATA} ${WRKSRC}/slrnpull/slrnpull.sh ${PREFIX}/share/examples/slrn/slrnpull ${INSTALL_MAN} ${WRKSRC}/doc/slrn.1 ${PREFIX}/man/man1 .include <bsd.port.mk> |