[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xf86-video-sunffb

Annotation of pkgsrc/x11/xf86-video-sunffb/Makefile, Revision 1.11

1.11    ! nia         1: # $NetBSD: Makefile,v 1.10 2020/01/18 23:36:06 rillig Exp $
1.1       rodent      2:
                      3: DISTNAME=      xf86-video-sunffb-1.2.2
1.9       wiz         4: PKGREVISION=   5
1.1       rodent      5: CATEGORIES=    x11
                      6: MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
                      7: EXTRACT_SUFX=  .tar.bz2
                      8:
1.8       wiz         9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.10      rillig     10: HOMEPAGE=      https://xorg.freedesktop.org/
1.1       rodent     11: COMMENT=       SUNFFB video driver for the Xorg X server
                     12: LICENSE=       mit
                     13:
                     14: GNU_CONFIGURE= yes
                     15: USE_LIBTOOL=   yes
                     16: USE_TOOLS+=    pkg-config
                     17:
1.11    ! nia        18: RELRO_SUPPORTED=       partial
        !            19:
1.1       rodent     20: .include "options.mk"
                     21:
1.7       jperkin    22: CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
1.2       rodent     23:
1.9       wiz        24: .include "../../x11/xorgproto/buildlink3.mk"
1.1       rodent     25: .include "../../x11/modular-xorg-server/buildlink3.mk"
                     26: .include "../../devel/xorg-util-macros/buildlink3.mk"
                     27: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>