pkgsrc/graphics/xgc/Makefile
wiz 694c893e02 Update to 1.0.5:
Alan Coopersmith (3):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xgc 1.0.5

Christian Weisgerber (1):
      Remove include of Version 7 <sys/timeb.h> header

Julien Cristau (1):
      configure: look for gram.c in $srcdir
2015-04-17 07:08:17 +00:00

21 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/04/17 07:08:17 wiz Exp $
DISTNAME= xgc-1.0.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Graphics demo showing the X11 core protocol graphics primitives
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= bison flex pkg-config
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"