blob: 546dff3b7c03c8fbf207e42c7d4f5f7a94d26966 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xosview
# Version required: 1.5.1
# Date created: Fri Oct 24 10:03:55 BST 1997
# Whom: Alistair Crooks (agc@netbsd.org)
#
# $NetBSD: Makefile,v 1.8 1998/03/18 13:42:15 agc Exp $
#
DISTNAME= xosview-1.5.1
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
MAKE_ENV+= UVM=${UVM}
MAKE_FLAGS= ARCH=${ARCH} -f
.include <bsd.port.mk>
|