blob: 01c26fbf585c9cdb44ad05f4d8884658a8d08b83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.1.1.1 1997/10/24 10:11:28 agc Exp $
# New ports collection makefile for: xosview
# Version required: 1.4.4beta
# Date created: Fri Oct 24 10:03:55 BST 1997
# Whom: Alistair Crooks (agc@netbsd.org)
#
DISTNAME= xosview-1.4.4beta
CATEGORIES= sysutils
MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/
MAINTAINER= agc@netbsd.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11= yes
MAN1= xosview.1
.include <bsd.port.mk>
|