freebsd-ports/www/pyblosxom/Makefile
Renato Botelho 922a2ba34b - Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!

PR:		ports/94459
Submitted by:	Dryice Liu <dryice@dryice.name> (maintainer)
2006-03-15 18:21:26 +00:00

31 lines
712 B
Makefile

# New ports collection makefile for: pyblosxom
# Date created: 13 April 2005
# Whom: Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#
PORTNAME= pyblosxom
PORTVERSION= 1.3.2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dryice@dryice.name
COMMENT= A lightweight weblog system
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for docfile in INSTALL LICENSE README
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>