📄 makefile
字号:
# New ports collection makefile for: openser## $OpenBSD$## $Id: Makefile,v 1.4 2006/06/30 10:34:46 bogdan_iancu Exp $#COMMENT= "Open SIP Express Router"PORTNAME= openserPORTVERSION= 1.1.0CATEGORIES= netMASTER_SITES= http://openser.org/pub/openser/1.1.0/src/MAINTAINER= daniel@voice-system.roMAN8=openser.8MAN5=openser.cfg.5# MANCOMPRESSED must not be defined in openbsd (defined==yes)# GPLPERMIT_PACKAGE_CDROM= YesPERMIT_PACKAGE_FTP= YesPERMIT_DISTFILES_CDROM= YesPERMIT_DISTFILES_FTP= YesUSE_GMAKE= yes# we override the DISTFILE NAMEDISTNAME= ${PORTNAME}-${PORTVERSION}DISTFILES= ${DISTNAME}_src.tar.gzWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}# build by default mysql and jabberMAKE_ENV= include_modules="mysql jabber"# depends on mysql and libexpat because of the above modulesBUILD_DEPENDS= :expat-1.*:textproc/expat \ :mysql-client-3.23.*:databases/mysqlLIB_DEPENDS= expat.2:expat-1.*:textproc/expat \ lib/mysql/mysqlclient.10:mysql-client-3.23.*:databases/mysqlpre-fetch:.include <bsd.port.mk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -