1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/fastcrc/Makefile
Steve Price 3bd98db783 No need to include ':install' at the end of the BUILD_DEPENDS line since
it is implied if nothing is given.  Picking nits I know, but it is now
more "consistent" with the other ~2600 ports.
1999-09-27 01:53:41 +00:00

31 lines
803 B
Makefile

# New ports collection makefile for: fastcrc
# Version required: 1.0
# Date created: 27 April 1999
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
# $FreeBSD$
#
DISTNAME= fastcrc-1.0
CATEGORIES= devel
MASTER_SITES= http://www.whizkidtech.net/fports/
MAINTAINER= adam@whizkidtech.net
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
ONLY_FOR_ARCHS= i386
do-install:
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib
${LN} -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so
${INSTALL_DATA} ${WRKSRC}/fastcrc.h ${PREFIX}/include
${MKDIR} ${PREFIX}/share/doc/fastcrc
${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/fastcrc
${INSTALL_PROGRAM} ${WRKSRC}/fc ${PREFIX}/bin
post-install:
${SETENV} OBFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>