2002-10-08 15:24:25 +00:00
|
|
|
# New ports collection makefile for: qconfirm
|
|
|
|
# Date created: 22 Aug 2002
|
|
|
|
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qconfirm
|
2002-11-20 11:05:27 +00:00
|
|
|
PORTVERSION= 0.7.1
|
2002-10-08 15:24:25 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://smarden.org/qconfirm/
|
|
|
|
|
|
|
|
MAINTAINER= sergei@kolobov.com
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/mail/${DISTNAME}/src
|
|
|
|
ALL_TARGET= default
|
|
|
|
|
2002-10-29 22:00:52 +00:00
|
|
|
PROGS= qconfirm qconfirm-accept qconfirm-check qconfirm-conf \
|
2002-11-17 06:45:08 +00:00
|
|
|
qconfirm-control qconfirm-return
|
2002-10-29 22:00:52 +00:00
|
|
|
MAN1= qconfirm.1 qconfirm-accept.1 qconfirm-check.1 qconfirm-conf.1 \
|
2002-11-17 06:45:08 +00:00
|
|
|
qconfirm-control.1 qconfirm-return.1
|
2002-10-08 15:24:25 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
.for file in ${PROGS}
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
|
|
|
.endfor
|
|
|
|
.for file in ${MAN1}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/../man/${file} ${PREFIX}/man/man1
|
|
|
|
.endfor
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-10-14 12:41:18 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2002-10-08 15:24:25 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|