diff options
author | rene <rene@FreeBSD.org> | 2013-04-30 00:43:05 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-04-30 00:43:05 +0800 |
commit | 4474a0cc08c5d35a6a333ccf61e822717d7440fa (patch) | |
tree | a101ccfbdb487a4c9c92a67d6d88ac8775e3362a /astro | |
parent | 6d3249226ec6077a65ecc9129a6a4a11b61b2d09 (diff) | |
download | freebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.tar.gz freebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.tar.zst freebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.zip |
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/fowsr/Makefile | 19 | ||||
-rw-r--r-- | astro/gpsbabel/Makefile | 10 |
2 files changed, 6 insertions, 23 deletions
diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile index d7b50d4827b6..7c8821ab98ce 100644 --- a/astro/fowsr/Makefile +++ b/astro/fowsr/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: fowsr -# Date created: 01 Sep 2010 -# Whom: Alexander Leidinger -# +# Created by: Alexander Leidinger # $FreeBSD$ -# PORTNAME= fowsr PORTVERSION= ${FILEVER}.${FILEDATE} @@ -14,11 +10,12 @@ DISTNAME= fowsr-${FILEVER}-${FILEDATE} MAINTAINER= netchild@FreeBSD.org COMMENT= Fine Offset Weather Station Reader +LICENSE= GPLv3 + FILEVER= 1.0 FILEDATE= 20100718 WRKSRC= ${WRKDIR}/${PORTNAME}-${FILEVER} -LICENSE= GPLv3 USE_GMAKE= yes MAKE_JOBS_SAFE= yes @@ -34,12 +31,4 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fowsr ${PREFIX}/bin/ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index 62e940335666..688c72cc8e83 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= https://secure.ohos.nl/downloads/ \ LOCAL/beech MAINTAINER= dev2@heesakkers.info -COMMENT= A GPS file translating tool +COMMENT= GPS file translating tool LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 @@ -19,12 +19,6 @@ CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \ PLIST_FILES= bin/gpsbabel -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb -.else EXTRA_PATCHES= ${FILESDIR}/extra-patch-libusb -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |