1e474f48e1
"I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer."
39 lines
836 B
Makefile
39 lines
836 B
Makefile
# $OpenBSD: Makefile,v 1.24 2012/12/13 16:34:48 naddy 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xext Xpm c curl
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
LIB_DEPENDS= net/curl
|
|
|
|
USE_GMAKE= Yes
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= 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:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wmweather
|
|
mv ${WRKINST}/${SYSCONFDIR}/wmweather.conf ${PREFIX}/share/examples/wmweather/
|
|
|
|
.include <bsd.port.mk>
|