aboutsummaryrefslogblamecommitdiff
path: root/mail/lookout/Makefile
blob: fa115f7d59eae6c738dac81af5f636c9a2d6000d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                  

                       

                   
                    
                                             
 
                               
                                                                                     
 
                                 
                   
                       
 
                                                 

           

                                                                           

                      
# Created by: janos.mohacsi@bsd.hu

PORTNAME=	lookout
DISTVERSION=	1.4
PORTREVISION=	1
CATEGORIES=	mail
MASTER_SITES=	http://catb.org/~esr/lookout/

MAINTAINER=	jmohacsi@bsd.hu
COMMENT=	Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard

USES=		python shebangfix
NO_BUILD=	yes
SHEBANG_FILES=	lookout

PLIST_FILES=	bin/lookout man/man1/lookout.1.gz

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/lookout ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${MANPREFIX}/man/man1

.include <bsd.port.mk>