mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
e663e66b59
- buffer overflows (CAN-2005-0160) - directory traversal problem (CAN-2005-0161) Obtained from: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
27 lines
589 B
Makefile
27 lines
589 B
Makefile
# New ports collection makefile for: unace
|
|
# URL: http://members.aol.com/mlemke6413/ace.html
|
|
# Date created: 23 February 1999
|
|
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unace
|
|
PORTVERSION= 1.2b
|
|
PORTREVISION= 2
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/compress
|
|
|
|
MAINTAINER= jonny@jonny.eng.br
|
|
COMMENT= Extract, view & test ACE archives
|
|
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= clean unace
|
|
PLIST_FILES= bin/unace
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|