openbsd-ports/devel/libast/Makefile
naddy 7698a8efe2 Potential security fix:
Update to 0.7.  Fixes CVE-2006-0224 (buffer overflow when reading
configuration file).

No other port uses this.
2006-02-08 19:17:06 +00:00

28 lines
527 B
Makefile

# $OpenBSD: Makefile,v 1.4 2006/02/08 19:17:06 naddy Exp $
COMMENT= "library of assorted spiffy things"
DISTNAME= libast-0.7
SHARED_LIBS= ast 2.2
CATEGORIES= devel
HOMEPAGE= http://eterm.sourceforge.net/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE m SM freetype X11 Xext
MASTER_SITES= http://www.eterm.org/download/
LIB_DEPENDS= Imlib2.2::graphics/imlib2
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>