freebsd-ports/news/xvnews/Makefile
Thomas Gellekum e7c7b56ee8 Import of xvnews, an OpenLook newsreader.
Closes PR 1525.

Submitted by:	Andreas Kohout <shanee@rabbit.augusta.de>
1996-11-25 09:53:06 +00:00

27 lines
504 B
Makefile

# New ports collection makefile for: xvnews
# Version required: 2.3.2
# Date created: 31 Jul 1996
# Whom: shanee@rabbit.augusta.de
#
# $Id$
#
DISTNAME= xvnews-2.3.2
CATEGORIES= news x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= shanee@rabbit.augusta.de
LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
MAN1= xvnews.1
post-install:
${INSTALL_MAN} $(WRKSRC)/xvnews.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>