blob: 1c3ef33f5031dae231817b7cb8766fdba03e143f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xephem
# Version required: 3.0
# Date created: Thu Aug 1 09:10:22 CDT 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.4 1996/11/18 09:52:05 asami Exp $
#
DISTNAME= xephem_3.0
PKGNAME= xephem-3.0
CATEGORIES= astro
MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem_3.0/
MAINTAINER= erich@FreeBSD.org
REQUIRES_MOTIF= yes
USE_IMAKE= yes
.include <bsd.port.mk>
|