aboutsummaryrefslogblamecommitdiff
path: root/www/pyblosxom/Makefile
blob: c7e8aefcac450fd541581952de843f7b68b87361 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                      
                     














                                                                   
                                      





                                                       
# New ports collection makefile for:	pyblosxom
# Date created:		13 April 2005
# Whom:	      		Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#

PORTNAME=	pyblosxom
PORTVERSION=	1.2.1
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://bsdchat.com/dist/dryice/
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	dryice@liu.com.cn
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>