29 lines
833 B
Makefile
29 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.5 1998/10/16 21:08:26 frueauf Exp $
|
|
#
|
|
|
|
DISTNAME= suck-3.10.1
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://home.att.net/~bobyetman/
|
|
MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/system/news/transport/
|
|
MASTER_SITES+= ftp://tsx-11.mit.edu/pub/linux/sources/sbin/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://home.att.net/~bobyetman/
|
|
|
|
CONFLICTS= suck-3.9.3 suck-3.9.4
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${LOCALBASE}
|
|
|
|
post-patch:
|
|
@${CAT} ${WRKSRC}/Makefile.in | ${SED} \
|
|
-e 's+%%%HISTORY%%%+'${LOCALBASE}'/etc/news/history+g' \
|
|
>${WRKSRC}/Makefile.tmp
|
|
@${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
${MKDIR} ${LOCALBASE}/share/examples/suck
|
|
${CP} ${WRKSRC}/sample/* ${LOCALBASE}/share/examples/suck
|
|
${CHMOD} 644 ${LOCALBASE}/share/examples/suck/*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|