blob: 4a99cb39b981bfd72be15841b5533e376004b958 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|