diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-12 16:59:36 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-12 16:59:36 +0000 |
commit | 37cb8baf7d6502827a3693b6811960a56ab3424b (patch) | |
tree | 297c5385806bef536a00a31ac8cfce43f584a148 /astro/gpsbabel/Makefile | |
parent | bd47eee8bd632a8a99445175b28b14646dcd82f3 (diff) | |
download | ports-37cb8baf7d6502827a3693b6811960a56ab3424b.tar.gz ports-37cb8baf7d6502827a3693b6811960a56ab3424b.zip |
Notes
Diffstat (limited to 'astro/gpsbabel/Makefile')
-rw-r--r-- | astro/gpsbabel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index 0fee5a3b7944..528223898402 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ PORTNAME= gpsbabel -PORTVERSION= 1.2.7 +PORTVERSION= 1.3.3 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lrntct@gmail.com COMMENT= A gps file translating tool @@ -16,6 +16,8 @@ COMMENT= A gps file translating tool LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \ expat:${PORTSDIR}/textproc/expat2 +GNU_CONFIGURE= yes + PLIST_FILES= bin/gpsbabel .include <bsd.port.mk> |