diff options
author | pawel <pawel@FreeBSD.org> | 2012-11-29 23:20:29 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-11-29 23:20:29 +0800 |
commit | 5bd47e356a9f2c6fd1f4bc624c687ff00f702dc7 (patch) | |
tree | 97f3ab4d23ab486bdcadf0f6ac29d689cde814b3 | |
parent | 12118a60f4ea6b086d12fc3787521660f20d5f03 (diff) | |
download | freebsd-ports-gnome-5bd47e356a9f2c6fd1f4bc624c687ff00f702dc7.tar.gz freebsd-ports-gnome-5bd47e356a9f2c6fd1f4bc624c687ff00f702dc7.tar.zst freebsd-ports-gnome-5bd47e356a9f2c6fd1f4bc624c687ff00f702dc7.zip |
- Use PORTVERSION:R in MASTER_SITES
- Fix COMMENT
- Sort USE flags
- Remove word Enable from option's descriptions
Suggested by: danfe
Feature safe: yes
-rw-r--r-- | astro/viking/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile index 14977740cf8e..eb86ec520454 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -4,10 +4,10 @@ PORTNAME= viking PORTVERSION= 1.3.2.1 CATEGORIES= astro -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.3.2/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= nemysis@gmx.ch -COMMENT= Program to manage GPS data (tracks, waypoints, etc) +COMMENT= Program to manage GPS data (tracks, waypoints, etc.) LICENSE= GPLv2 # (or later) @@ -22,13 +22,13 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ xcb:${PORTSDIR}/x11/libxcb RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_ICONV= yes USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender USE_GNOME= gnomedocutils gtk20 -USE_ICONV= yes USE_PERL5_RUN= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes MAKE_JOBS_SAFE= yes @@ -40,8 +40,8 @@ PORTDOCS= AUTHORS ChangeLog NEWS README TODO OPTIONS_DEFINE= GEOTAG GPSD OPTIONS_DEFAULT= GEOTAG -GEOTAG_DESC= Enable Geotag support -GPSD_DESC= Enable realtime GPS tracking +GEOTAG_DESC= Geotag support +GPSD_DESC= Realtime GPS tracking .include <bsd.port.options.mk> |