openbsd-ports/archivers/ha/Makefile
brad 88b6e1ee18 - cleanup Makefile
- convert patches to unified diffs
- make this port respect CFLAGS
1999-12-15 22:32:10 +00:00

21 lines
380 B
Makefile

# $OpenBSD: Makefile,v 1.5 1999/12/15 22:32:10 brad Exp $
DISTNAME= ha0999
PKGNAME= ha-0.999b
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tgz
MAINTAINER= angelos@openbsd.org
USE_GMAKE= yes
ALL_TARGET= ha
MAKEFILE= makefile.nix
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ha ${PREFIX}/bin
.include <bsd.port.mk>