diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-23 13:37:34 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-23 13:37:34 +0000 |
commit | 28837497a91391b0c160aadd2b76e51ac0f0b6b9 (patch) | |
tree | fdd668fb10c6e8a393d3b9ff9b4b1b3e2f8131da /astro/roadmap/Makefile | |
parent | Update modules (acl, custom, fetchmail, lpadmin, postfix, proc, (diff) |
* Update to 0.14
* Includes patches missing from previous commit
PR: 50015
Submitted by: Nicholas Esborn <nick@netdot.net>
Notes
Notes:
svn path=/head/; revision=77252
Diffstat (limited to 'astro/roadmap/Makefile')
-rw-r--r-- | astro/roadmap/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile index 82e3437bbe0d..ddd5536dbaeb 100644 --- a/astro/roadmap/Makefile +++ b/astro/roadmap/Makefile @@ -6,15 +6,14 @@ # PORTNAME= roadmap -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= astro -MASTER_SITES= http://www.geocities.com/pascal_f_martin/roadmap/ +MASTER_SITES= http://roadmap.saignon.net/roadmap/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/}_src -EXTRACT_SUFX= .tgz MAINTAINER= nick@netdot.net -COMMENT= RoadMap is a displays US maps provided by the US Census Bureau +COMMENT= Vector-based GPS moving map LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt @@ -24,7 +23,6 @@ INSTALL_WRKSRC= ${WRKSRC}/src USE_GNOMENG= yes USE_GNOME= gtk12 -USE_REINPLACE= yes BINS= buildmap buildus dumpmap GUI_BINS= gtkroadmap gtkroadgps @@ -32,10 +30,6 @@ SCRIPTS= rdmdownload rdmgetall rdmgenmaps rdmcompare DATA= sprites preferences schema DOCS= AUTHORS BUGS COPYING README TODO -post-patch: - @${REINPLACE_CMD} -e 's,-Wall,-Wall -I${PREFIX}/include,g' ${BUILD_WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's,-lpopt,-lpopt -L${PREFIX}/lib,g' ${INSTALL_WRKSRC}/Makefile - do-install: .for _GUI_BIN in ${GUI_BINS} ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/gtk/${_GUI_BIN} ${X11BASE}/bin/${_GUI_BIN} |