21 lines
441 B
Makefile
21 lines
441 B
Makefile
# OpenBSD makefile for: xephem
|
|
# Version required: 3.0
|
|
# Date created: Thu Aug 1 09:10:22 CDT 1996
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/03 04:06:51 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xephem_3.0
|
|
PKGNAME= xephem-3.0
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem_3.0/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|