# New ports collection makefile for: qicosi # Date created: 26 May 2004 # Whom: Andrey Slusar # # $FreeBSD$ # PORTNAME= qicosi PORTVERSION= 0.53 CATEGORIES= comms MASTER_SITES= http://santinel.bas-net.by/files/ DISTNAME= qico-${PORTVERSION}si MAINTAINER= vasallia@ukr.net COMMENT= Ip/modem fido compatible mailer USE_BZIP2= yes GNU_CONFIGURE= yes CONFDIR?= ${PREFIX}/etc/fido/qico .if defined(WITH_OPENLOCK) CONFIGURE_ARGS+= --with-lock-style=open .endif CONFIGURE_ARGS+= --with-config=${CONFDIR}/qico.conf \ --with-default-speed=115200 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCS= Changes FAQ README EXAMPLES= fts-0001 onchat qhistory qico.xpm qlinks sfreq \ stat.run synctime tossing MAN8= qcc.8 qctl.8 qico.8 post-install: ${MKDIR} ${CONFDIR} ${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${CONFDIR}/qico.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i}.ru .endfor ${MKDIR} ${EXAMPLESDIR} .for i in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/stuff/${i} ${EXAMPLESDIR}/${i} .endfor .endif .include