mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8b3cd773ff
This is only a cosmetic change, so there's no need to reinstall your installation(s).
30 lines
750 B
Makefile
30 lines
750 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/
|
|
DISTNAME= handbase_desktop_${PORTVERSION:S/./_/}.i386-any-linux2.0
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
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
|
|
${MKDIR} ${PREFIX}/share/doc/hdconv/
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hdconv/
|
|
|
|
.include <bsd.port.mk>
|