blob: 5ae78f4df9898dc456df415f3241f161ae2e459b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: sattrack
# Version required: 3.1.6
# Date created: 6 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
# $FreeBSD$
#
DISTNAME= sattrack-3.1.6
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= bjn@visi.com
USE_XLIB= yes
WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
|