freebsd-ports/www/abyssws/Makefile
Jason Helfman 3186141b57 - drop invalid post-deinstall target, and add pkg-deinstall script
- while here adjust install scripts

PR:	ports/166094
Submitted by:	jgh
Approved by:	maintainer timeout ( 14 days )
Feature safe:	yes
2012-03-28 21:10:24 +00:00

53 lines
1.3 KiB
Makefile

# New ports collection makefile for: abyssws
# Date created: 26 August 2007
# Whom: Daniel Voisine <voisined@wit.edu>
#
# $FreeBSD$
#
PORTNAME= abyssws
PORTVERSION= 2.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.aprelium.com/data/
DISTNAME= abwsx1-freebsd
EXTRACT_SUFX= .tgz
MAINTAINER= voisined@wit.edu
COMMENT= Abyss Web Server is a compact and easy to use web server
WRKSRC= ${WRKDIR}/abyssws
ONLY_FOR_ARCHS= i386
NO_BUILD= yes
USE_RC_SUBR= abyssws.sh
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700043
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
.endif
pre-install:
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
@if [ -f ${WRKSRC}/htdocs/index.html ]; then \
${MV} -f ${WRKSRC}/htdocs/index.html \
${WRKSRC}/htdocs/index.html-dist ; \
fi
do-install:
@${INSTALL} -d ${PREFIX}/lib/abyssws
${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${PREFIX}/lib/abyssws -xf -
@ ${CHOWN} -R abyssws:abyssws ${PREFIX}/lib/abyssws/
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
post-install:
@if [ ! -f ${PREFIX}/lib/abyssws/htdocs/index.html ]; then \
${CP} -p ${PREFIX}/lib/abyssws/htdocs/index.html-dist \
${PREFIX}/lib/abyssws/htdocs/index.html ; \
fi
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL
.include <bsd.port.post.mk>