mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
292f7affa7
PR: 4690 Partly submitted by: maintainer
27 lines
806 B
Makefile
27 lines
806 B
Makefile
# New ports collection makefile for: suck
|
|
# Version required: 3.6.0
|
|
# Date created: 30 Mar 1996
|
|
# Whom: graphite@taurus.bekkoame.or.jp
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/08/30 16:23:54 max Exp $
|
|
#
|
|
|
|
DISTNAME= suck-3.6.0
|
|
CATEGORIES= news
|
|
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/news/transport/
|
|
|
|
MAINTAINER= jseger@scds.com
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= suck.1 rpost.1 testhost.1 lmove.1 lpost.1
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/examples/suck
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.innxmit ${PREFIX}/share/examples/suck
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.rnews ${PREFIX}/share/examples/suck
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sample/put.news ${PREFIX}/share/examples/suck
|
|
${INSTALL_DATA} ${WRKSRC}/sample/*.sample ${PREFIX}/share/examples/suck
|
|
|
|
.include <bsd.port.mk>
|