2002-05-13 09:28:07 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2002/05/13 13:28:07 lebel Exp $
|
1997-12-19 21:46:05 -05:00
|
|
|
|
2001-04-10 10:59:15 -04:00
|
|
|
COMMENT= "SLang-based newsreader"
|
1997-12-19 21:46:05 -05:00
|
|
|
|
2002-04-18 14:01:34 -04:00
|
|
|
VERSION= 0.9.7.4
|
2001-07-21 20:20:06 -04:00
|
|
|
DISTNAME= slrn-${VERSION}
|
2002-01-09 17:45:38 -05:00
|
|
|
PKGNAME= ${DISTNAME}
|
2001-04-10 10:59:15 -04:00
|
|
|
CATEGORIES= news
|
2002-05-13 09:28:07 -04:00
|
|
|
NEED_VERSION= 1.528
|
2001-04-10 10:59:15 -04:00
|
|
|
|
2002-05-13 09:28:07 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slrn/}
|
2001-04-10 10:59:15 -04:00
|
|
|
HOMEPAGE= http://www.slrn.org/
|
|
|
|
|
|
|
|
MAINTAINER= David Lebel <lebel@openbsd.org>
|
2001-01-01 13:45:56 -05:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
1999-06-23 01:24:10 -04:00
|
|
|
|
2002-04-18 14:01:34 -04:00
|
|
|
PFILES= strcasecmp link_subjects po mem_leak popup_win
|
2001-08-30 09:56:47 -04:00
|
|
|
MASTER_SITES0= http://slrn.sourceforge.net/patches/
|
|
|
|
.for i in ${PFILES}
|
|
|
|
PATCHFILES+= slrn-${VERSION}-$i.diff:0
|
|
|
|
.endfor
|
|
|
|
PATCH_DIST_STRIP=-p1
|
2001-08-23 17:04:14 -04:00
|
|
|
|
2001-10-24 10:52:10 -04:00
|
|
|
NO_REGRESS= Yes
|
2001-08-23 17:04:14 -04:00
|
|
|
USE_GMAKE= Yes
|
2001-04-10 10:59:15 -04:00
|
|
|
LIB_DEPENDS= slang.::devel/libslang
|
1997-12-19 21:46:05 -05:00
|
|
|
|
2000-08-04 20:17:20 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-06-09 13:17:03 -04:00
|
|
|
CONFIGURE_ARGS+= --disable-inews --with-ssl
|
1997-12-19 21:46:05 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|