blob: ac7aae3f18653e617fa67c1dbd6a3e848bd95f80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 2003/07/17 21:27:47 grant Exp $
#
DISTNAME= xlreader-0.9.0
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xlreader/}
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.giffin.org/xlreader.php
COMMENT= Converts the cells in a MS Excel file to text
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xlreader ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"
|