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