1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/sysutils/xosview/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

22 lines
499 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.5 1998/06/04 20:33:16 steve 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_X_PREFIX= yes
HAS_CONFIGURE= yes
MAN1= xosview.1
.include <bsd.port.mk>