[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / comms / minicom

Annotation of pkgsrc/comms/minicom/Makefile, Revision 1.1

1.1     ! tron        1: # ex:ts=8
        !             2: # New ports collection makefile for:    minicom
        !             3: # Version required:     1.74
        !             4: # Date created:         Fri Dec 01, 1995
        !             5: # Whom:                 obrien@cs.ucdavis.edu
        !             6: #
        !             7: # $FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp
        !             8: #
        !             9:
        !            10: DISTNAME=      ${PKGNAME}.src
        !            11: PKGNAME=       minicom-1.78
        !            12: CATEGORIES=    comms
        !            13: MASTER_SITES=  ftp://ftp.cistron.nl/pub/people/miquels/software/
        !            14:
        !            15: MAINTAINER=     obrien@FreeBSD.org
        !            16:
        !            17: RUN_DEPENDS=   lrz:${PORTSDIR}/comms/lrzsz \
        !            18:                lsz:${PORTSDIR}/comms/lrzsz \
        !            19:                kermit:${PORTSDIR}/comms/kermit
        !            20:
        !            21: WRKSRC=                ${WRKDIR}/${PKGNAME}/src
        !            22: MAN1=          minicom.1 runscript.1 ascii-xfr.1
        !            23:
        !            24: .if !defined(BATCH)
        !            25: pre-install:
        !            26:        # this script creates a link from your comm port to /dev/modem
        !            27:        ${SH} ${SCRIPTDIR}/create-dev-link
        !            28: .endif
        !            29:
        !            30: .include <bsd.port.mk>

CVSweb <webmaster@jp.NetBSD.org>