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