summaryrefslogblamecommitdiff
path: root/news/knews/Makefile
blob: 64d83af4952f48109094a119800513e1b11c9cc7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
                                                        
                                                             
 
           

 
                     
                      
                 
                    
                                                
 
                                 
                                                
 
                                                  
                                                
                                               
                                                 
 
                   
                   

                                                                


                              
                       
 
                      
# New ports collection makefile for:	knews
# Date created:         Sun Apr 14 09:23:59 MET DST 1996
# Whom:                 Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#

PORTNAME=	knews
PORTVERSION=	1.0b.1
PORTREVISION=	3
CATEGORIES=	news
MASTER_SITES=	http://www.matematik.su.se/~kjj/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A threaded nntp newsreader for X

LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
		png.5:${PORTSDIR}/graphics/png \
		compface:${PORTSDIR}/mail/faces
RUN_DEPENDS=	newsp:${PORTSDIR}/print/mp-letter

USE_IMAKE=	yes
USE_XPM=	yes
MAKE_FLAGS=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
		XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults  -f
.if defined(MAKE_JOBS)
MAKE_ARGS+=	-j${MAKE_JOBS}
.endif
MAN1=		knews.1

.include <bsd.port.mk>