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