mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e34953ed8d
Within the top-level Makefile of the distribution file, and as part of the install target, this software decides to send, without warning, a little "I've been installed" love note to its developers. The doc/install.txt has the usual blurb about not using addresses "acquired" in this manner etc.. etc.. It's also not entirely clear, and nor have the developers responded (curiously, you think'd they'd be in to the email thang), whether this can be automatically patched around. Possibly worthy of a full-blown Ports Security Notification, I haven't heard anything back from Bugtraq. Submitted by: my laptop having a broken MTA :) Discussed with: kris (a little tiny amount -- don't blame him, blame me)
25 lines
477 B
Makefile
25 lines
477 B
Makefile
# New ports collection makefile for: scheme48
|
|
# Date created: 25 Aug 1997
|
|
# Whom: jmacd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scheme48
|
|
PORTVERSION= 0.53
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.neci.nj.nec.com/homepages/kelsey/ \
|
|
ftp://ftp.nj.nec.com/pub/kelsey/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
|
|
|
FORBIDDEN= emails love notes to authors on install
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET = enough
|
|
STRIP=
|
|
MAN1= scheme48.1
|
|
|
|
.include <bsd.port.mk>
|