mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
532 B
Makefile
24 lines
532 B
Makefile
# New ports collection makefile for: dclock
|
|
# Version required: 1.5.0
|
|
# Date created: 19 Nov 1997
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/11/20 08:56:24 tg Exp $
|
|
#
|
|
|
|
DISTNAME= xosview-1.5.0
|
|
CATEGORIES= sysutils x11
|
|
MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \
|
|
http://lambic.space.lockheed.com/xosview/
|
|
|
|
# lore.ece.utexas.edu is broken
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
MAINTAINER= handy@physics.montana.edu
|
|
|
|
USE_X11= yes
|
|
HAS_CONFIGURE= yes
|
|
MAN1= xosview.1
|
|
|
|
.include <bsd.port.mk>
|