diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
commit | 4e4178dab5c2825019e9652f1ba4f102253a31df (patch) | |
tree | a101ccfbdb487a4c9c92a67d6d88ac8775e3362a /astro/fowsr | |
parent | ecec69fbc311162911f66439dedf61b8176ef964 (diff) | |
download | ports-4e4178dab5c2825019e9652f1ba4f102253a31df.tar.gz ports-4e4178dab5c2825019e9652f1ba4f102253a31df.zip |
Notes
Diffstat (limited to 'astro/fowsr')
-rw-r--r-- | astro/fowsr/Makefile | 19 |
1 files changed, 4 insertions, 15 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> |