blob: 6bc3b2948f64bebc0e6c590aa4f596b2f19a6525 (
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: 2.7.1
# Date created: Thu Aug 1 09:10:22 CDT 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.1.1.1 1996/08/16 17:04:26 erich Exp $
#
DISTNAME= xephem_2.7.1
PKGNAME= xephem-2.7.1
CATEGORIES= astro
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
MAINTAINER= erich@FreeBSD.org
REQUIRES_MOTIF= yes
USE_IMAKE= yes
.include <bsd.port.mk>
|