freebsd-ports/archivers/ha/Makefile

35 lines
745 B
Makefile
Raw Normal View History

1995-01-24 17:43:33 +01:00
# New ports collection makefile for: ha
# Date created: 24 Jan 1995
# Whom: ache
#
1999-08-25 06:25:23 +02:00
# $FreeBSD$
1995-01-24 17:43:33 +01:00
#
PORTNAME= ha
PORTVERSION= 0.999b
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
DISTNAME= ha0999
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.org
COMMENT= The HA archiver using the HSC compression method
NO_WRKSUBDIR= yes
PLIST_FILES= bin/ha
MAKEFILE= makefile.nix
ALL_TARGET= ha
USE_GMAKE= yes
2002-11-04 01:57:08 +01:00
USE_REINPLACE= yes
1995-01-24 17:43:33 +01:00
pre-patch:
2002-11-04 01:57:08 +01:00
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/c/hsc.c ${WRKSRC}/c/cpy.c \
${WRKSRC}/c/asc.c
1995-04-24 12:58:57 +02:00
do-install:
1995-01-24 17:43:33 +01:00
cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin
.include <bsd.port.mk>