2000-03-24 18:28:01 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2000/03/24 23:28:04 espie Exp $
|
2000-03-03 07:03:02 -05:00
|
|
|
|
|
|
|
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
|
2000-03-24 18:28:01 -05:00
|
|
|
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
|
2000-02-15 00:03:51 -05:00
|
|
|
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
|
|
|
|
2000-03-24 18:28:01 -05:00
|
|
|
RUN_DEPENDS= kermit::comms/kermit
|
|
|
|
RUN_DEPENDS+= lrz::comms/lrzsz
|
1999-12-08 22:28:30 -05:00
|
|
|
|
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)
|
2000-02-10 20:09:59 -05:00
|
|
|
@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>
|