openbsd-ports/archivers/unace/Makefile
naddy 7eb0d68e96 SECURITY:
Fix multiple security vulnerabilities:
- buffer overflows (CAN-2005-0160)
- directory traversal problem (CAN-2005-0161)

From: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
2005-02-22 15:13:09 +00:00

28 lines
616 B
Makefile

# $OpenBSD: Makefile,v 1.27 2005/02/22 15:13:09 naddy Exp $
COMMENT= "extract, view & test ACE archives"
DISTNAME= unace-1.2b
PKGNAME= ${DISTNAME}p0
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/compress/}
# Vague
PERMIT_PACKAGE_CDROM= "no terms"
PERMIT_PACKAGE_FTP= "no terms"
PERMIT_DISTFILES_CDROM= "unclear terms"
PERMIT_DISTFILES_FTP= "unclear terms"
WANTLIB= c
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -Wall -DUNIX -DCASEINSENSE"
MAKE_FILE= unix/makefile
NO_REGRESS= Yes
ALL_TARGET= clean unace
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/unace ${PREFIX}/bin
.include <bsd.port.mk>