1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/misc/owrep/Makefile
Yuri Victorovich 0a2f6f7c3b New port: misc/owrep: Weather reporting program based on openweathermap.org
PR:		223247
Submitted by:	Bob Eager <bob@eager.cx>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13118
2017-11-16 18:41:01 +00:00

19 lines
361 B
Makefile

# $FreeBSD$
PORTNAME= owrep
DISTVERSION= 1.1
CATEGORIES= misc
MASTER_SITES= http://www.ml1.org.uk/distfiles/ \
http://www.ancientgeek.org.uk/distfiles/
MAINTAINER= bob@eager.cx
COMMENT= Weather reporting program based on openweathermap.org
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= localbase:ldflags zip
.include <bsd.port.mk>