mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
39 lines
697 B
Makefile
39 lines
697 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= 2
|
|
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
|
|
|
|
RUN_DEPENDS= gbklatex:${PORTSDIR}/chinese/CJK
|
|
|
|
USE_ICONV= yes
|
|
|
|
WRKSRC= ${WRKDIR}/src
|
|
|
|
SRC= ${.CURDIR}/src
|
|
|
|
do-fetch:
|
|
@${DO_NADA}
|
|
|
|
pre-patch:
|
|
@${CP} -R ${SRC} ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|