ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
29 lines
818 B
Makefile
29 lines
818 B
Makefile
# $NetBSD: Makefile,v 1.27 2008/01/18 05:08:53 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= suck-4.3.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/news/transport/}
|
|
|
|
MAINTAINER= drankin@bohemians.lexington.ky.us
|
|
HOMEPAGE= http://home.comcast.net/~bobyetman/
|
|
COMMENT= Feed a local news server without a dedicated newsfeed
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_FEATURES= snprintf
|
|
|
|
.include "options.mk"
|
|
|
|
post-patch:
|
|
${SED} -e 's|%%%HISTORY%%%|${PREFIX}/etc/news/history|g' \
|
|
${WRKSRC}/Makefile.in >${WRKSRC}/Makefile.tmp
|
|
@${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/suck
|
|
${CP} ${WRKSRC}/sample/* ${PREFIX}/share/examples/suck
|
|
${CHMOD} 644 ${PREFIX}/share/examples/suck/*
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|