diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-27 02:00:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-27 02:00:46 +0000 |
commit | 6a0bb4532e0a5401c368bd82b16c5d99dbb4629f (patch) | |
tree | a712d0c5534a521070e9b216f614a928573c9779 /news | |
parent | 21af4e75191325d19bedad0c28e8b471db02d990 (diff) | |
download | ports-6a0bb4532e0a5401c368bd82b16c5d99dbb4629f.tar.gz ports-6a0bb4532e0a5401c368bd82b16c5d99dbb4629f.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 18 | ||||
-rw-r--r-- | news/slrn/distinfo | 2 |
2 files changed, 11 insertions, 9 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 805e94fe7b01..07e8cf9e7c87 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -6,24 +6,26 @@ # PORTNAME= slrn -PORTVERSION= 0.9.6.3 +PORTVERSION= 0.9.6.4 CATEGORIES= news -MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ - ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ \ - ftp://ftp.fu-berlin.de/pub/unix/news/slrn/ \ - ftp://ftp.ntua.gr/pub/lang/slang/ \ - ftp://ftp.plig.org/pub/slrn/ - +MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ssl/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ssl/ \ + ftp://ftp.ntua.gr/pub/lang/slang/ssl/ \ + ftp://ftp.plig.org/pub/slrn/ssl/ MAINTAINER= xaa+ports@madison-gurkha.com LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang -USE_BZIP2= yes GNU_CONFIGURE= yes ALL_TARGET= all slrnpull MAN1= slrn.1 +.if defined(WITH_SSL) +USE_OPENSSL= YES +CONFIGURE_ARGS= --with-ssl +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrn ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrnpull ${PREFIX}/bin diff --git a/news/slrn/distinfo b/news/slrn/distinfo index 5b2836670772..32bb67c1187b 100644 --- a/news/slrn/distinfo +++ b/news/slrn/distinfo @@ -1 +1 @@ -MD5 (slrn-0.9.6.3.tar.bz2) = 02cc23fd5c5cc540f464b2f41cd7e50a +MD5 (slrn-0.9.6.4.tar.gz) = df2332fc33cf3ac9fd1f27dc60192a51 |