pkgsrc/devel/spiff/Makefile
bjs f5a6a01648 Fix a segfault on NetBSD/amd64 (at least):
- Include standard headers (stdlib.h, string.h, stdio.h) in misc.h to
   avoid conflicts with built-in declarations of functions.
 - Change CFLAGS= in Makefile to CFLAGS+= to use pkgsrc-provided CFLAGS.
 - Include termcap.buildlink3.mk to handle termcap properly.
 - Add DESTDIR support, use AUTO_MKDIRS.
 - Bump PKGREVISION.

 Now I can actually use it! ;)
2008-07-09 05:02:06 +00:00

19 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/07/09 05:02:06 bjs Exp $
#
DISTNAME= spiff-1.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.darwinsys.com/freeware/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.darwinsys.com/freeware/
COMMENT= Make controlled approximate comparisons between files
PKG_DESTDIR_SUPPORT= user-destdir
AUTO_MKDIRS= yes
BUILD_TARGET= spiff
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"