1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/squishdot/Makefile
Mark Linimon d86bc065d6 Chase reorganized mastersites.
Source:		distfile survey
2005-10-03 07:14:56 +00:00

43 lines
967 B
Makefile

# New ports collection makefile for: Squishdot
# Date created: 06 Sep 2000
# Whom: Neil Blakey-Milner
#
# $FreeBSD$
#
PORTNAME= squishdot
PORTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= www zope
MASTER_SITES= http://squishdot.org/Download/ \
http://www.zope.org/Members/chrisw/Squishdot/${PORTVERSION}/
DISTNAME= Squishdot-${PORTVERSION:S/./-/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= A web-based news publishing and discussion product for Zope
RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope
USE_PYTHON= yes
USE_ZOPE= yes
# Don't change these
ZOPEPRODUCTNAME= Squishdot
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
do-build:
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} 2>/dev/null
do-install:
@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@${CP} -Rf ${WRKSRC}/* \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>