pkgsrc/editors/cooledit/Makefile

31 lines
837 B
Makefile
Raw Normal View History

2003-07-17 23:31:04 +02:00
# $NetBSD: Makefile,v 1.5 2003/07/17 21:34:22 grant Exp $
#
DISTNAME= cooledit-3.17.5
CATEGORIES= editors
MASTER_SITES= http://cooledit.sourceforge.net/
2003-07-17 23:31:04 +02:00
MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://cooledit.sourceforge.net/
COMMENT= full-featured text editor
2002-09-21 13:09:43 +02:00
BUILD_USES_MSGFMT= # defined
2002-12-01 00:32:20 +01:00
2002-09-21 13:09:43 +02:00
USE_BUILDLINK2= # defined
2003-01-13 13:38:24 +01:00
USE_GMAKE= # defined
2002-12-01 00:32:20 +01:00
USE_PKGLOCALEDIR= # defined
2002-09-21 13:09:43 +02:00
USE_X11BASE= # defined
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
post-configure:
if ! ${GREP} -q mbstate_t /usr/include/machine/ansi.h ; then \
${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.bak ; \
${SED} 's;^.*HAVE_WCHAR_H.*$$;/* mbstate_t is missing from machine/ansi.h */;g' \
< ${WRKSRC}/config.h.bak > ${WRKSRC}/config.h ; \
fi
2002-09-21 13:09:43 +02:00
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"