pkgsrc/x11/ico/Makefile
wiz 01c62a26cd Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (5):
      Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
      Add const qualifiers to fix gcc -Wwrite-strings warnings
      Mark a couple parameters as unused to silence compiler warnings
      Fix some 64-bit vs. 32-bit conversion errors
      ico 1.0.4

Gaetan Nadon (2):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: move man pages into their own directory
2013-01-21 13:16:59 +00:00

22 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/01/21 13:16:59 wiz Exp $
#
DISTNAME= ico-1.0.4
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"