openbsd-ports/x11/wmweather/Makefile

36 lines
755 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:46:17 espie Exp $
COMMENT= wm-dockapp; weather monitor
DISTNAME= wmweather-2.4.3
REVISION= 3
CATEGORIES= x11 x11/windowmaker
HOMEPAGE= http://people.debian.org/~godisch/wmweather/
# GPL
PERMIT_PACKAGE_CDROM= Yes
2010-07-30 04:02:59 -04:00
WANTLIB= X11 Xext Xpm c curl
MASTER_SITES= ${HOMEPAGE}
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= net/curl
USE_GMAKE= Yes
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-xmessage
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
WRKSRC= ${WRKDIST}/src
post-install:
2007-02-04 07:27:34 -05:00
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wmweather
mv ${WRKINST}/${SYSCONFDIR}/wmweather.conf ${PREFIX}/share/examples/wmweather/
.include <bsd.port.mk>