mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
c189a6b2da
to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# New ports collection makefile for: wmWeather-1.28
|
|
# Date created: 26 January 1998
|
|
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmweather
|
|
PORTVERSION= 2.4.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= misc windowmaker geography
|
|
MASTER_SITES= http://www.godisch.de/debian/wmweather/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
COMMENT= A WMaker dockapp which displays meteorological data for your city
|
|
|
|
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
|
|
BUILD_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage
|
|
RUN_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USE_GMAKE= yes
|
|
USE_XORG= xpm
|
|
|
|
MAN1= wmweather.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmweather ${PREFIX}/bin/
|
|
${LN} ${PREFIX}/bin/wmweather ${PREFIX}/bin/wmWeather
|
|
${INSTALL_MAN} ${WRKSRC}/wmweather.1 ${PREFIX}/man/man1/
|
|
${INSTALL_DATA} -m 644 ${WRKSRC}/wmweather.conf ${PREFIX}/etc/wmweather.conf.sample
|
|
test -f ${PREFIX}/etc/wmweather.conf || ${CP} ${PREFIX}/etc/wmweather.conf.sample ${PREFIX}/etc/wmweather.conf
|
|
|
|
.include <bsd.port.mk>
|