[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / fuse-utils

Annotation of pkgsrc/emulators/fuse-utils/Makefile, Revision 1.5

1.5     ! grant       1: # $NetBSD: Makefile,v 1.4 2004/02/25 18:50:03 minskim Exp $
1.2       adam        2: #
1.1       adam        3:
1.2       adam        4: DISTNAME=      fuse-utils-0.6.2
1.5     ! grant       5: PKGREVISION=   2
1.1       adam        6: CATEGORIES=    emulators
1.2       adam        7: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
1.1       adam        8:
                      9: MAINTAINER=    adam@NetBSD.org
1.2       adam       10: HOMEPAGE=      http://fuse-emulator.sourceforge.net/
1.1       adam       11: COMMENT=       ZX Spectrum Emulator utilities
                     12:
1.4       minskim    13: USE_BUILDLINK3=                yes
1.2       adam       14: USE_X11=               yes
                     15: GNU_CONFIGURE=         yes
1.1       adam       16:
1.5     ! grant      17: LIBS+=                 -lgcrypt
        !            18: LIBS+=                 -lgpg-error
        !            19:
1.4       minskim    20: .include "../../emulators/libspectrum/buildlink3.mk"
1.5     ! grant      21: .include "../../security/libgcrypt/buildlink3.mk"
        !            22: .include "../../security/libgpg-error/buildlink3.mk"
1.2       adam       23:
1.1       adam       24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>