2006-02-25 20:10:15 +00:00
|
|
|
# New ports collection makefile for: zh-docproj
|
|
|
|
# Date created: 26 Feb 2006
|
|
|
|
# Whom: Xin LI <delphij@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# This port is self contained in the src directory.
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= docproj
|
2006-03-16 06:28:27 +00:00
|
|
|
PORTVERSION= 0.1.20060303
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 6
|
2006-02-25 20:10:15 +00:00
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTER_SITES= # none
|
|
|
|
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
|
|
|
|
|
2007-08-19 04:39:20 +00:00
|
|
|
RUN_DEPENDS= gbklatex:${PORTSDIR}/print/latex-cjk
|
2006-02-25 20:10:15 +00:00
|
|
|
|
2013-04-27 08:50:46 +00:00
|
|
|
USES= iconv
|
2007-01-12 09:12:57 +00:00
|
|
|
|
2006-02-25 20:10:15 +00:00
|
|
|
WRKSRC= ${WRKDIR}/src
|
|
|
|
|
|
|
|
SRC= ${.CURDIR}/src
|
|
|
|
|
|
|
|
do-fetch:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@${CP} -R ${SRC} ${WRKDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|