2004-06-02 03:31:02 +02:00
|
|
|
# New ports collection makefile for: qicosi
|
|
|
|
# Date created: 26 May 2004
|
2005-12-15 21:34:46 +01:00
|
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
2000-08-11 14:24:04 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-06-02 03:31:02 +02:00
|
|
|
PORTNAME= qicosi
|
2005-09-02 03:19:30 +02:00
|
|
|
PORTVERSION= 0.57.1
|
2000-08-11 14:24:04 +02:00
|
|
|
CATEGORIES= comms
|
2005-09-02 03:19:30 +02:00
|
|
|
MASTER_SITES= http://193.232.248.13:8080/qicoxe/
|
|
|
|
DISTNAME= qico-${PORTVERSION}xe
|
2000-08-11 14:24:04 +02:00
|
|
|
|
2005-12-15 21:34:46 +01:00
|
|
|
MAINTAINER= anray@FreeBSD.org
|
2004-06-02 03:31:02 +02:00
|
|
|
COMMENT= Ip/modem fido compatible mailer
|
2000-08-11 14:24:04 +02:00
|
|
|
|
2004-05-31 10:13:13 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-08-11 14:24:04 +02:00
|
|
|
|
2004-06-02 03:31:02 +02:00
|
|
|
CONFDIR?= ${PREFIX}/etc/fido/qico
|
2000-08-11 14:24:04 +02:00
|
|
|
|
2004-06-02 03:31:02 +02:00
|
|
|
.if defined(WITH_OPENLOCK)
|
|
|
|
CONFIGURE_ARGS+= --with-lock-style=open
|
2000-11-04 15:14:45 +01:00
|
|
|
.endif
|
2004-06-02 03:31:02 +02:00
|
|
|
CONFIGURE_ARGS+= --with-config=${CONFDIR}/qico.conf \
|
|
|
|
--with-default-speed=115200
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2000-11-04 15:14:45 +01:00
|
|
|
|
2004-06-02 03:31:02 +02:00
|
|
|
DOCS= Changes FAQ README
|
2005-09-02 03:19:30 +02:00
|
|
|
EXAMPLES= koi8r_866.cp onchat qhistory qico.xpm qlinks sfreq \
|
|
|
|
stat.run synctime test.pl tossing
|
2004-06-02 03:31:02 +02:00
|
|
|
|
|
|
|
MAN8= qcc.8 qctl.8 qico.8
|
2000-08-11 14:24:04 +02:00
|
|
|
|
2004-06-02 03:31:02 +02:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${CONFDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${CONFDIR}/qico.conf.sample
|
2000-08-11 14:24:04 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-06-02 03:31:02 +02:00
|
|
|
${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
|
2000-08-11 14:24:04 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|