# New ports collection makefile for:	zh-docproj
# Date created:		26 Feb 2006
# Whom:			Xin LI <delphij@FreeBSD.org>
#
# $FreeBSD: ports/chinese/docproj/Makefile,v 1.1 2006/02/25 20:10:14 delphij Exp $
#
# This port is self contained in the src directory.
#

PORTNAME=	docproj
PORTVERSION=	0.1.20060226
CATEGORIES=	chinese
MASTER_SITES=	# none
PKGNAMEPREFIX=	zh-
DISTFILES=	# none

# Note: Updates from intron@intron.ac should also be
# considered as maintainer updates.

MAINTAINER=	delphij@FreeBSD.org
COMMENT=	Supportive tools for Chinese docproj build

LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv \
		png.5:${PORTSDIR}/graphics/png

WRKSRC=		${WRKDIR}/src

SRC=		${.CURDIR}/src

do-fetch:
	@${DO_NADA}

pre-patch:
	@${CP} -R ${SRC} ${WRKDIR}

.include <bsd.port.mk>
