freebsd-ports/archivers/ha/Makefile

31 lines
627 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
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
DISTNAME= ha0999
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.org
NO_WRKSUBDIR= yes
MAKEFILE= makefile.nix
ALL_TARGET= ha
USE_GMAKE= yes
1995-01-24 17:43:33 +01:00
pre-patch:
@${PERL} -pi -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>