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

Annotation of pkgsrc/security/portsentry/Makefile, Revision 1.1

1.1     ! agc         1: # $NetBSD$
        !             2: #
        !             3:
        !             4: DISTNAME=       portsentry-1.0
        !             5: CATEGORIES=    security
        !             6: MASTER_SITES=   http://www.psionic.com/tools/
        !             7:
        !             8: MAINTAINER=    packages@netbsd.org
        !             9: HOMEPAGE=      http://www.psionic.com/abacus/portsentry/
        !            10:
        !            11: ALL_TARGET=    ${LOWER_OPSYS}
        !            12:
        !            13: post-patch:
        !            14:        @cd ${WRKSRC};                                                  \
        !            15:        case ${OPSYS} in                                                \
        !            16:        NetBSD) netbsd=""; solaris="#" ;;                               \
        !            17:        SunOS)  netbsd="#"; solaris="" ;;                               \
        !            18:        esac;                                                           \
        !            19:        for f in portsentry.conf portsentry_config.h; do                \
        !            20:                ${MV} $$f $$f.prefix;                                   \
        !            21:                ${SED} -e 's|@PREFIX@|${PREFIX}|g'                      \
        !            22:                        -e 's|@netbsd@|'$$netbsd'|g'                    \
        !            23:                        -e 's|@solaris@|'$$solaris'|g'                  \
        !            24:                                                $$f.prefix > $$f;       \
        !            25:        done
        !            26:
        !            27: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>