openbsd-ports/net/php-weathermap/Makefile

47 lines
923 B
Makefile
Raw Normal View History

2010-03-26 20:00:49 -04:00
# $OpenBSD: Makefile,v 1.2 2010/03/27 00:00:49 sthen Exp $
COMMENT= graphical network traffic map
2010-03-26 20:00:49 -04:00
DISTNAME= php-weathermap-0.97a
EXTRACT_SUFX= .zip
CATEGORIES= net www
HOMEPAGE= http://www.network-weathermap.com/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}files/
RUN_DEPENDS= :pear-*:www/pear \
:php5-gd-*:www/php5/extensions,-gd \
:php5-core-*:www/php5/core
NO_REGRESS= Yes
PKG_ARCH= *
WRKDIST= ${WRKDIR}/weathermap
PREFIX= /var/www
INSTDIR= ${PREFIX}/weathermap
SUBST_VARS= INSTDIR
do-build:
chmod 644 ${WRKSRC}/editor.*
.for i in weathermap.conf configs/simple.conf
mv ${WRKSRC}/$i ${WRKSRC}/$i-dist
.endfor
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
cd ${WRKSRC}; pax -rw * ${INSTDIR}
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>