This minor maintenance release includes a bugfix for handling expose events in multiple threads, along with multiple years worth of accumulated build configuration improvements and janitorial cleanups.
24 lines
539 B
Makefile
24 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/06/03 17:57:45 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ico-1.0.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Animate icosahedron or other polyhedrons
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|