1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/chinese/docproj/Makefile

38 lines
679 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 0.1.20060303
2012-06-01 05:26:28 +00:00
PORTREVISION= 6
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
RUN_DEPENDS= gbklatex:${PORTSDIR}/print/latex-cjk
USES= iconv
WRKSRC= ${WRKDIR}/src
SRC= ${.CURDIR}/src
do-fetch:
@${DO_NADA}
pre-patch:
@${CP} -R ${SRC} ${WRKDIR}
.include <bsd.port.mk>