summaryrefslogtreecommitdiff
path: root/comms/minicom/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-14 21:13:24 +0000
committertron <tron@pkgsrc.org>1999-04-14 21:13:24 +0000
commitc4fbeaf9dc03621169f94a2aeab07ede7aed47c1 (patch)
tree4ec181b5ee2ec5859c4101f4ee4a65a647a82881 /comms/minicom/Makefile
parent958c6e540d75eafdce3b2c3cc3b583243183da27 (diff)
downloadpkgsrc-c4fbeaf9dc03621169f94a2aeab07ede7aed47c1.tar.gz
Update "minicom" package to version 1.82.1.
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r--comms/minicom/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index 508ee524543..f3270acea65 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -1,20 +1,24 @@
-# $NetBSD: Makefile,v 1.10 1998/11/19 15:40:45 agc Exp $
+# $NetBSD: Makefile,v 1.11 1999/04/14 21:13:24 tron Exp $
# FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp
#
DISTNAME= ${PKGNAME}.src
-PKGNAME= minicom-1.78
+PKGNAME= minicom-1.82.1
CATEGORIES= comms
-MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/
+MASTER_SITES= http://www.pp.clinet.fi/~walker/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.clinet.fi/~walker/minicom.html
-DEPENDS+= lrzsz-0.12.18:../../comms/lrzsz
+BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext
DEPENDS+= kermit-6.0.192:../../comms/kermit
+DEPENDS+= lrzsz-0.12.18:../../comms/lrzsz
+DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+
+USE_GMAKE= yes
+NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAME}/src
-IS_INTERACTIVE= yes
.if !defined(BATCH)
pre-install:
@@ -22,4 +26,7 @@ pre-install:
${SH} ${SCRIPTDIR}/create-dev-link
.endif
+post-install:
+ @${CHOWN} -R uucp:dialer ${PREFIX}/etc/minicom
+
.include "../../mk/bsd.pkg.mk"