diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-24 17:04:04 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-24 17:04:04 +0000 |
commit | 7aa66138bdc39b02d8d28c1d3c61a77d84575070 (patch) | |
tree | d3da343c9457811c6f01dc37196268d6f05ab829 /astro/roadnav | |
parent | 39a5c1222ad671026dbd83b306b855f95b42c3a6 (diff) |
Notes
Diffstat (limited to 'astro/roadnav')
-rw-r--r-- | astro/roadnav/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/astro/roadnav/Makefile b/astro/roadnav/Makefile index af8338be7900..27d73d3ebe49 100644 --- a/astro/roadnav/Makefile +++ b/astro/roadnav/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: roadnav -# Date created: 28 July 2008 -# Whom: stevef -# +# Created by: stevef # $FreeBSD$ -# PORTNAME= roadnav PORTVERSION= 0.19 @@ -12,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= astro geography MASTER_SITES= SF/${PORTNAME}/Roadnav/${PORTVERSION} -MAINTAINER= bahamasfranks@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A 3D GPS Mapping program BUILD_DEPENDS= ${LOCALBASE}/lib/libroadnav.a:${PORTSDIR}/astro/libroadnav |