fe185aa711
* GNU M4 Format String Vulnerability and Security Issue http://secunia.com/advisories/29671/ * Tighten conformance to various POSIX rules. * Improve handling of standard input. * Fix exploitable memory allocation overflow bug. * Add 'mkstemp' macro. * Switch to GPLv3. okay naddy@
27 lines
601 B
Makefile
27 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.23 2008/04/14 21:38:37 jasper Exp $
|
|
# $FreeBSD: Makefile,v 1.7 1997/06/16 08:22:35 max Exp $
|
|
|
|
COMMENT= GNU m4
|
|
|
|
DISTNAME= m4-1.4.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=m4/}
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/m4/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --program-prefix="g"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4
|
|
|
|
.include <bsd.port.mk>
|