pkgsrc/x11/xeyes/Makefile
wiz 0bf37c447b xeyes: update to 1.1.2.
Alan Coopersmith (4):
      Mark usage as noreturn, as suggested by -Wmissing-noreturn
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xeyes 1.1.2

Emil Velikov (1):
      autogen.sh: use quoted string variables

Gaetan Nadon (2):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: move man pages into their own directory

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-03-10 08:00:05 +00:00

22 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.8 2018/03/10 08:00:05 wiz Exp $
DISTNAME= xeyes-1.1.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Follow the mouse demo
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"