19 lines
463 B
Makefile
19 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/10/03 00:20:19 asau Exp $
|
|
#
|
|
|
|
DISTNAME= xlreader-0.9.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xlreader/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.giffin.org/xlreader.php
|
|
COMMENT= Converts the cells in a MS Excel file to text
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xlreader ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|