f0455d374b
Alan Coopersmith (11): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Combine usage message array into single string Print which option was in error along with usage message Add -version option to print program version Make polygon info const - moves 22k from .data to .rodata Convert icoFatal() to be a varargs function Add -version to synopsis in man page Fix more sign-compare warnings ico 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
21 lines
502 B
Makefile
21 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/03/10 22:24:02 wiz Exp $
|
|
|
|
DISTNAME= ico-1.0.5
|
|
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
|
|
|
|
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"
|