blob: cf239eb312299ddd1b9210b579044bfc0a7377e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: xvnews
# Date created: 31 Jul 1996
# Whom: shanee@augusta.de
#
# $FreeBSD$
#
PORTNAME= xvnews
PORTVERSION= 2.3.2
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= shanee@augusta.de
COMMENT= An OPEN LOOK news reader
BROKEN= "Does not compile on -current; manpage does not build on -stable"
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
MAN1= xvnews.1
post-install:
${INSTALL_MAN} $(WRKSRC)/xvnews.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>
|