openbsd-ports/comms/minicom/Makefile

36 lines
796 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2000/03/24 23:28:04 espie Exp $
BROKEN= installs files automatically in /etc
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
NEED_VERSION= 1.230
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
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
2000-02-12 03:02:07 -05:00
1998-12-18 05:49:20 -05:00
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.clinet.fi/~walker/
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::comms/kermit
RUN_DEPENDS+= lrz::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>