on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
23 lines
536 B
Makefile
23 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.14 2008/01/18 05:06:26 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= rss2html-0.8.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.nopcode.org/blog/rss2html.html
|
|
COMMENT= RSS to HTML converter
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
LIBS.SunOS+= -lnsl -lsocket
|
|
MAKE_ENV+= LIBS=${LIBS:M*:Q}
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|