c9318df7b0
with no obvious replacement found in Google. The RPMs that this relies on are rotting away, too. This port is on its way out IMHO.
35 lines
905 B
Makefile
35 lines
905 B
Makefile
# ports collection makefile for: hdconv
|
|
# Date created: 17 May 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hdconv
|
|
PORTVERSION= 2.01f
|
|
CATEGORIES= palm databases linux
|
|
MASTER_SITES= # no longer available from original site
|
|
DISTNAME= handbase_desktop_${PORTVERSION:S/./_/}.i386-any-linux2.0
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Converts HanDBase database to CSV, and vice versa
|
|
|
|
BUILD_DEPENDS= ${LINUXBASE}/usr/bin/strip:${PORTSDIR}/devel/linux_devtools-7
|
|
|
|
USE_LINUX= yes
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/handbase-${PORTVERSION}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hd ${PREFIX}/bin/hdconv
|
|
${LINUXBASE}/usr/bin/strip ${PREFIX}/bin/hdconv
|
|
brandelf -t Linux ${PREFIX}/bin/hdconv
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/hdconv/
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hdconv/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|