pkgsrc/net/overnet/Makefile
jlam 60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00

49 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2006/05/22 22:22:04 jlam Exp $
#
DISTNAME= overnetclc-1.0.1
PKGNAME= ${DISTNAME:C/clc//}
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.zen18864.zen.co.uk/overnet/1.0.1/
DISTFILES= ${DISTNAME}-1.i386_compat.rpm
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.overnet.com/
COMMENT= Peer-to-peer file sharing client (binary pkg)
BUILD_DEPENDS+= rpm2pkg-[0-9]*:../../pkgtools/rpm2pkg
WRKSRC= ${WRKDIR}
EXTRACT_ONLY= # empty
NO_CONFIGURE= yes
NO_BUILD= yes
EVAL_PREFIX= RPM2PKGDIR=rpm2pkg
.include "../../emulators/suse_linux/Makefile.application"
.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
.endif
ONLY_FOR_PLATFORM= *-*-i386
INSTALLATION_DIRS= bin
do-extract:
${RPM2PKGDIR}/sbin/rpm2pkg -d ${WRKDIR} \
${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/overnetclc ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/overnetclc
.for f in ChangeLog LISEZMOI README
${INSTALL_DATA} ${WRKDIR}/usr/share/doc/overnetclc/${f} \
${PREFIX}/share/doc/overnetclc
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/overnetclc
${INSTALL_DATA} ${WRKSRC}/usr/share/overnetclc/contact.dat \
${PREFIX}/share/overnetclc
.include "../../mk/bsd.pkg.mk"