summaryrefslogblamecommitdiff
path: root/news/suck/Makefile
blob: 922e27ef20d6a0fb496c5706d458d13e6c6f667f (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
                             


                                                      
                                                       

 
                          
                    
                                               
 
                                  

                   
                   
                                                 

             
                                              

                                                                                         

                                                                                 

                      
# New ports collection makefile for:	suck
# Version required:	4.1.1
# Date created:		30 Mar 1996
# Whom:			graphite@taurus.bekkoame.or.jp
#
# $Id: Makefile,v 1.16 1999/03/24 19:26:32 jseger Exp $
#

DISTNAME=	suck-4.1.1
CATEGORIES=	news
MASTER_SITES=	http://home.att.net/~bobyetman/

MAINTAINER=	jseger@FreeBSD.org

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
MAN1=		suck.1 rpost.1 testhost.1 lmove.1

post-install:
	${MKDIR} ${PREFIX}/share/examples/suck
	${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.inn ${PREFIX}/share/examples/suck
	${INSTALL_SCRIPT} ${WRKSRC}/sample/get.news.generic ${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>