# New ports collection makefile for:	xcardctl
# Version required:	0.1
# Date created:		15 March 2000
# Whom:			Toshihiko ARAI
#
# $Id: Makefile,v 1.1.1.2 2000/04/04 17:35:58 toshi Exp $
#

DISTNAME=	xcardctl-0.1a
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.tsden.org/pub/FreeBSD/utils/ \
		ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/PAO/files/

MAINTAINER=	toshi@jp.FreeBSD.org

USE_IMAKE=	yes
REQUIRES_MOTIF=	yes
NO_INSTALL_MANPAGES=	yes

DOCDIR=		${PREFIX}/share/doc/xcardctl

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCDIR}
	@${INSTALL_MAN} ${WRKSRC}/README.jp ${DOCDIR}
.endif

.include <bsd.port.mk>
