freebsd-ports/chinese/docproj/Makefile
Sunpoet Po-Chuan Hsieh 649a622159 - Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
2011-01-09 11:13:41 +00:00

37 lines
682 B
Makefile

# 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
PORTREVISION= 4
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
USE_ICONV= yes
WRKSRC= ${WRKDIR}/src
SRC= ${.CURDIR}/src
do-fetch:
@${DO_NADA}
pre-patch:
@${CP} -R ${SRC} ${WRKDIR}
.include <bsd.port.mk>