freebsd-ports/palm/jfconv/Makefile
Mark Linimon 34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00

29 lines
667 B
Makefile

# ports collection makefile for: jfconv
# Date created: 14 May 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= jfconv
PORTVERSION= 2000.05.17
CATEGORIES= palm databases
MASTER_SITES= http://www.land-j.com/files/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
DISTNAME= jconv
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts JFile database to CSV, and vice versa
ALL_TARGET= # none
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jconv ${PREFIX}/bin/jfconv
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jfconv/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jfconv/
.endif
.include <bsd.port.mk>