mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
da4789d3e8
PR: 11833 Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# New ports collection makefile for: xosview
|
|
# Version required: 1.7.1
|
|
# Date created: 19 Nov 1997
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $Id: Makefile,v 1.15 1999/05/10 16:33:50 flathill Exp $
|
|
#
|
|
|
|
DISTNAME= xosview-1.7.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/status/xstatus
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= xosview.1
|
|
|
|
.include <bsd.port.mk>
|