1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/archivers/sharutils/Makefile
Simon L. B. Nielsen c79324b8fc Security update to sharutils:
- Fix two buffer overflows. [1]
- Fix format string handling problems with command line parsing
  shar -o. [2]

Obtained from:	Gentoo [1] [2]
Patch by:	Michael Schröder [2]
VuXML:		26c9e8c6-1c99-11d9-814e-0001020eed82 [1]
Approved by:	erwin
2004-10-13 10:17:01 +00:00

26 lines
627 B
Makefile

# New ports collection makefile for: gshar+gunshar
# Date created: 28 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= sharutils
PORTVERSION= 4.2.1
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Pack, send and unpack shell archives; synchronize via e-mail
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls
INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
INFO= remsync sharutils
PLIST_FILES= bin/gmail-files bin/gmailshar bin/gremsync bin/gshar bin/gunshar
.include <bsd.port.mk>