freebsd-ports/mail/lookout/Makefile

24 lines
547 B
Makefile
Raw Normal View History

# Created by: janos.mohacsi@bsd.hu
# $FreeBSD$
PORTNAME= lookout
2017-10-28 06:58:58 +02:00
DISTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://catb.org/~esr/lookout/
MAINTAINER= jmohacsi@bsd.hu
2003-02-21 13:51:06 +01:00
COMMENT= Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard
2017-10-28 06:58:58 +02:00
USES= python shebangfix
NO_BUILD= yes
2017-10-28 06:58:58 +02:00
SHEBANG_FILES= lookout
2014-02-27 16:33:51 +01:00
PLIST_FILES= bin/lookout man/man1/lookout.1.gz
do-install:
2014-02-27 16:33:51 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/lookout ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>