1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/comms/qicosi/Makefile
Volker Stolz 67df5da1af Update to 0.54.1
PR:		ports/68430
Submitted by:	maintainer
2004-06-28 08:18:02 +00:00

50 lines
1.1 KiB
Makefile

# New ports collection makefile for: qicosi
# Date created: 26 May 2004
# Whom: Andrey Slusar <vasallia@ukr.net>
#
# $FreeBSD$
#
PORTNAME= qicosi
PORTVERSION= 0.54.1
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 <bsd.port.mk>