openbsd-ports/comms/minicom/Makefile
espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

29 lines
648 B
Makefile

# $OpenBSD: Makefile,v 1.17 2000/02/11 01:10:01 espie Exp $
#
PKGNAME= minicom-1.82.1
DISTNAME= ${PKGNAME}.src
CATEGORIES= comms
MAINTAINER= form@openbsd.org
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.clinet.fi/~walker/
NEED_VERSION= 1.191
MASTER_SITE_SUBDIR= apps/serialcomm/dialout
RUN_DEPENDS= kermit:${PORTSDIR}/comms/kermit
RUN_DEPENDS+= lrz:${PORTSDIR}/comms/lrzsz
WRKDIST= ${WRKDIR}/${PKGNAME}/src
post-install:
.if exists(/etc/minicom/minicom.users)
@echo "*** Found existing /etc/minicom/minicom.users -- not replacing."
.else
${INSTALL_DATA} ${WRKSRC}/minicom.users /etc/minicom
.endif
.include <bsd.port.mk>