openbsd-ports/comms/minicom/Makefile

29 lines
648 B
Makefile
Raw Normal View History

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