b997e4c5f9
http://slrn.sourceforge.net/patches/slrn-0.9.7.2-browser.diff http://slrn.sourceforge.net/patches/slrn-0.9.7.2-decode.diff http://slrn.sourceforge.net/patches/slrn-0.9.7.2-setflags.diff See http://slrn.sourceforge.net/patches/ for more info. bump package revision to 0.9.7.2p2.
37 lines
828 B
Makefile
37 lines
828 B
Makefile
# $OpenBSD: Makefile,v 1.27 2001/09/24 18:02:31 lebel Exp $
|
|
|
|
COMMENT= "SLang-based newsreader"
|
|
|
|
VERSION= 0.9.7.2
|
|
DISTNAME= slrn-${VERSION}
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= news
|
|
NEED_VERSION= 1.440
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= slrn
|
|
HOMEPAGE= http://www.slrn.org/
|
|
|
|
MAINTAINER= David Lebel <lebel@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PFILES= readactive forceauth authneeded newsurl browser \
|
|
setflags decode
|
|
MASTER_SITES0= http://slrn.sourceforge.net/patches/
|
|
.for i in ${PFILES}
|
|
PATCHFILES+= slrn-${VERSION}-$i.diff:0
|
|
.endfor
|
|
PATCH_DIST_STRIP=-p1
|
|
|
|
USE_GMAKE= Yes
|
|
LIB_DEPENDS= slang.::devel/libslang
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --disable-inews --with-ssl
|
|
|
|
.include <bsd.port.mk>
|