freebsd-ports/palm/hdconv/Makefile
Akinori MUSHA 917b6c1025 Add linux_base BUILD_DEPENDS.
Submitted by: 	bento-bako
Forgotton by:	knu

Bummer!  Since what this port installs is a statically linked binary,
I didn't thought I needed it...  On post-install this port calls
Linux's strip, thus it build-depends on linux_base.
2000-06-05 05:30:27 +00:00

30 lines
863 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= ftp://ftp.SilberSoft.com/pub/Software/Database/HanDBase/ \
http://people.FreeBSD.org/~knu/ports/distfiles/
DISTNAME= handbase_desktop_${PORTVERSION:S/./_/}.i386-any-linux2.0
MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
NO_BUILD= yes
WRKSRC= ${WRKDIR}/handbase-${PORTVERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hd ${PREFIX}/bin/hdconv
/compat/linux/usr/bin/strip ${PREFIX}/bin/hdconv
brandelf -t Linux ${PREFIX}/bin/hdconv
${MKDIR} ${PREFIX}/share/doc/hdconv/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hdconv/
.include <bsd.port.mk>