# New ports collection makefile for: vhcp # Date created: 20 June 2009 # Whom: Maxim Ignatenko # # $FreeBSD$ # PORTNAME= vhcp PORTVERSION= 1.7g2 CATEGORIES= net-p2p www MASTER_SITES= SF/${PORTNAME}/PHP%205.x/1.7g DISTNAME= vhcp_v${PORTVERSION} MAINTAINER= gelraen.ua@gmail.com COMMENT= Verlihub control panel WRKSRC= ${WRKDIR}/${PORTNAME} USE_PHP= mysql gd NO_BUILD= YES WANT_PHP_WEB= YES DEFAULT_PHP_VER= 5 VHCPDIR?= www/vhcp SUB_FILES= pkg-message SUB_LIST+= VHCPDIR=${VHCPDIR} PLIST= ${WRKDIR}/pkg-plist pre-install: @if [ -f ${WRKSRC}/config.php ]; then \ ${MV} ${WRKSRC}/config.php ${WRKSRC}/config.php.dist ; fi @cd ${WRKSRC} && \ ${ECHO_CMD} "@unexec if cmp -s %D/${VHCPDIR}/config.php.dist \ %D/${VHCPDIR}/config.php; then \ ${RM} -f %D/${VHCPDIR}/config.php; fi" > ${PLIST} && \ ${FIND} -s * -type f | \ ${SED} -e 's|^|${VHCPDIR}/|g' >> ${PLIST} && \ ${ECHO_CMD} "@exec if [ ! -f %D/${VHCPDIR}/config.php ] ; then \ ${CP} -p %D/${VHCPDIR}/config.php.dist \ %D/${VHCPDIR}/config.php; fi" >> ${PLIST} && \ ${FIND} -d * -type d | \ ${SED} -e 's|^|@dirrm ${VHCPDIR}/|g' >> ${PLIST} && \ ${ECHO_CMD} @dirrm ${VHCPDIR} >> ${PLIST} do-install: -@${MKDIR} ${PREFIX}/${VHCPDIR} @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${VHCPDIR} @${CHMOD} 755 ${PREFIX}/${VHCPDIR} @${CP} -R ${WRKSRC}/ ${PREFIX}/${VHCPDIR} if [ ! -f ${PREFIX}/${VHCPDIR}/config.php ]; then \ ${CP} ${PREFIX}/${VHCPDIR}/config.php.dist \ ${PREFIX}/${VHCPDIR}/config.php ; \ fi post-install: @${CAT} ${PKGMESSAGE} .include dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-numpy
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.2.1pav2009-01-112-5/+4
* Remove run-time dependency on lang/gcc42 which is now transparentlygerald2009-01-082-8/+9
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1
* - Update to 1.2.0miwi2008-10-113-106/+83
* - Fix installation while WITH_ATLAS is specified [1]lwhsu2008-09-093-1/+3
* Restore PORTEPOCH that got lost in the previous revision.erwin2008-08-151-0/+1
* Update to 1.1.1perky2008-08-144-137/+145
* - Add lang/gcc42 into RUN_DEPENDSlwhsu2008-04-171-9/+3
* - Update to 1.0.4rafan2008-04-097-87/+113
* - Remove CONFLICT, lang/f2py removedtabthorpe2007-09-281-2/+0
* - I added -fPIC to compile_switch to work around build of fftpack in scipydb2007-09-036-63/+66
* - USE_FORTRAN=yes to use FORTRAN compiler.db2007-07-281-2/+1
* - Forgotten files for 1.0.2 commitdb2007-06-264-18/+32
* Update distinfo, was forgotten by the last commit.ehaupt2007-06-231-3/+3
* - Remove support for 4.xdb2007-06-231-8/+4
* - maho wants WANT_FORTRAN knob in gfortran portsdb2007-02-271-0/+1
* - finish g77 to gfortran conversiondb2007-02-10