makefile

来自「在 linux平台上的网页编程的模板」· 代码 · 共 38 行

TXT
38
字号
# New ports collection makefile for:   clearsilver# Date created:        13 April 2003# Whom:                Brandon Long <blong@fiction.net>## $FreeBSD$#PORTNAME=      clearsilverPORTVERSION=   0.9.7CATEGORIES=    www python perl rubyDISTDIR=       /home/blong/ports/distfilesMASTER_SITES=  http://www.clearsilver.net/downloads/MAINTAINER=    blong@fiction.netCOMMENT=       ClearSilver is a fast, powerful, and language-neutral HTML template system..if defined(PACKAGE_BUILDING)WITH_PERL=	yesWITH_PYTHON=	yes.endif.if defined(WITH_PYTHON)USE_PYTHON=	yes.endif.if defined(WITH_PERL)USE_PERL5=	yes.endif.if defined(WITH_RUBY)USE_RUBY=	yes.endifGNU_CONFIGURE= yesUSE_GMAKE=     yes.include <bsd.port.mk>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?