blob: 817db90810dbfba21a07452c0f53017c3df2b00a (
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
|
# New ports collection makefile for: xosview
# Version required: 1.6.2.a
# Date created: 19 Nov 1997
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.11 1998/12/29 00:15:34 asami Exp $
#
DISTNAME= xosview-1.6.2.a
CATEGORIES= sysutils
MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \
http://lambic.physics.montana.edu/xosview/
MAINTAINER= handy@physics.montana.edu
FETCH_BEFORE_ARGS= -b
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= xosview.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 300006
BROKEN= "DK_NDRIVE undefined"
.endif
.include <bsd.port.post.mk>
|