pkgsrc/emulators/freebsd_lib/Makefile
tv 5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00

36 lines
968 B
Makefile

# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:40 tv Exp $
#
DISTNAME= freebsd_lib-2.2.7
CATEGORIES= emulators
MASTER_SITES= http://www.flame.org/NetBSD/
ONLY_FOR_PLATFORM= NetBSD-*-i386
MAINTAINER= packages@netbsd.org
#
# The distfile is distributed under the GPL, so no re-distribution of
# binaries without source.
#
# Source can be found on
# http://www.flame.org/NetBSD/freebsd_lib.2.2.7-src.tar.gz.
# It seems nasty to have to provide source when FreeBSD already does.
#
MIRROR_DISTFILE= no
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${INSTALL_DATA_DIR} ${PREFIX}/emul/freebsd
@(cd ${WRKSRC} && find usr -type d -print) | \
(cd ${PREFIX}/emul/freebsd && xargs ${INSTALL_DATA_DIR})
@cd ${WRKSRC} && for file in `find usr -name '*.*' -print`; do \
${INSTALL_DATA} $$file ${PREFIX}/emul/freebsd/$$file; \
done
@${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL
show-shlib-type:
@${ECHO} a.out
.include "../../mk/bsd.pkg.mk"