mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d17f126e64
Sponsored by: Absolight
33 lines
625 B
Makefile
33 lines
625 B
Makefile
# Created by: Alexander Leidinger
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fowsr
|
|
PORTVERSION= ${FILEVER}
|
|
CATEGORIES= astro
|
|
|
|
MAINTAINER= netchild@FreeBSD.org
|
|
COMMENT= Fine Offset Weather Station Reader
|
|
|
|
LICENSE= GPLv3
|
|
|
|
FILEVER= 2.0
|
|
WRKSRC_SUBDIR= ${PORTNAME}.src
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= apachler
|
|
GH_TAGNAME= 571db38
|
|
|
|
USES= gmake dos2unix
|
|
|
|
PLIST_FILES= bin/fowsr
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's:gcc:${CC}:g' ${WRKSRC}/Makefile
|
|
${REINPLACE_CMD} 's:/usr/bin/fowsr:fowsr:g ; s://var//://var/tmp//:g' \
|
|
${WRKSRC}/*.sh ${WRKSRC}/fowsr.c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fowsr ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|