mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f600096572
PR: 6822 Submitted by: Brian Handy <handy@lambic.lmsal.com>
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# New ports collection makefile for: xosview
|
|
# Version required: 1.6.1.a
|
|
# Date created: 19 Nov 1997
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/05/22 06:36:00 mph Exp $
|
|
#
|
|
|
|
DISTNAME= xosview-1.6.1.a
|
|
CATEGORIES= sysutils x11
|
|
MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \
|
|
http://lambic.lmsal.com/xosview/
|
|
|
|
MAINTAINER= handy@physics.montana.edu
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
USE_X11= yes
|
|
HAS_CONFIGURE= yes
|
|
MAN1= xosview.1
|
|
|
|
.include <bsd.port.mk>
|