2007-09-15 17:41:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.43 2007/09/15 21:41:50 merdely Exp $
|
1997-12-19 21:46:05 -05:00
|
|
|
|
2007-09-15 17:41:50 -04:00
|
|
|
COMMENT= SLang-based newsreader
|
1997-12-19 21:46:05 -05:00
|
|
|
|
2005-02-05 03:02:55 -05:00
|
|
|
VERSION= 0.9.8.1
|
2001-07-21 20:20:06 -04:00
|
|
|
DISTNAME= slrn-${VERSION}
|
2007-05-24 20:50:50 -04:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2001-04-10 10:59:15 -04:00
|
|
|
CATEGORIES= news
|
|
|
|
|
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/
|
|
|
|
|
2004-09-14 20:40:23 -04:00
|
|
|
# GPL
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-02 14:19:58 -05:00
|
|
|
WANTLIB= c crypto m ssl termcap
|
1999-06-23 01:24:10 -04:00
|
|
|
|
2005-04-19 05:41:41 -04:00
|
|
|
FAKE= lib
|
2005-02-05 03:02:55 -05:00
|
|
|
PFILES= lastchar fetch
|
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-04-10 10:59:15 -04:00
|
|
|
LIB_DEPENDS= slang.::devel/libslang
|
2005-04-19 05:41:41 -04:00
|
|
|
MODULES= devel/gettext
|
1997-12-19 21:46:05 -05:00
|
|
|
|
2000-08-04 20:17:20 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2005-02-05 03:02:55 -05:00
|
|
|
CONFIGURE_ARGS+= --disable-inews --with-ssl --with-slrnpull --enable-spool
|
2005-04-19 05:41:41 -04:00
|
|
|
CONFIGURE_ARGS+= --with-slang-library=${DEPBASE}/lib \
|
|
|
|
--with-slang-includes=${DEPBASE}/include \
|
|
|
|
--with-libiconv-prefix=${DEPBASE} \
|
|
|
|
--with-libintl-prefix=${DEPBASE}
|
|
|
|
|
2004-08-03 15:15:05 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
|
1997-12-19 21:46:05 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|