openbsd-ports/multimedia/swftools/Makefile
sthen c3d32f8946 Zero newly malloc'd address space, avoiding dereferencing a garbage pointer.
Found/patched by me, this version of the patch from upstream via Brad.
2011-10-26 20:17:42 +00:00

39 lines
796 B
Makefile

# $OpenBSD: Makefile,v 1.3 2011/10/26 20:17:42 sthen Exp $
COMMENT= SWF manipulation and generation utilities
DISTNAME= swftools-0.9.1
REVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.swftools.org/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c fftw3 freetype jpeg m mp3lame stdc++ ungif z
LIB_DEPENDS= audio/lame \
graphics/jpeg \
graphics/libungif \
math/fftw3
VMEM_WARNING= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_lib_zzip_zzip_file_open=no \
ac_cv_lib_pdf_PDF_open_file=no \
ac_cv_header_zzip_lib_h=no \
ac_cv_header_pdflib_h=no
NO_REGRESS= Yes
.include <bsd.port.mk>