mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fe90a46320
area on the local ports tree.
23 lines
461 B
Makefile
23 lines
461 B
Makefile
# New ports collection makefile for: sattrack
|
|
# Date created: 6 Apr 1996
|
|
# Whom: Brent J. Nordquist <bjn@visi.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sattrack
|
|
PORTVERSION= 3.1.6
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
|
|
|
MAINTAINER= bjn@visi.com
|
|
|
|
USE_XLIB= yes
|
|
WRKSRC= ${WRKDIR}/SatTrack-${PORTVERSION}/src
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|