1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/mail/smunge/Makefile
Oliver Eikemeier 84e95286b2 - BROKEN => FORBIDDEN, since these are potential security issues.
- schedule for removal

Reminded by:	kris
2004-02-16 13:57:34 +00:00

31 lines
647 B
Makefile

# New ports collection makefile for: smunge
# Date created: 20 Jun 2000
# Whom: Domas Mituzas <midom@dammit.lt>
#
# $FreeBSD$
PORTNAME= smunge
PORTVERSION= 1.3.5
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.i2pi.com/smunge/
MAINTAINER= midom@dammit.lt
COMMENT= Funneling POP3 proxy server
FORBIDDEN= Depends on net/openldap12 which is no more.
DEPRECATED= ${FORBIDDEN}
EXPIRATION_DATE= 2004-04-18
LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap12
USE_GMAKE= true
WRKSRC= ${WRKDIR}
ALL_TARGET= smunged
PLIST_FILES= sbin/smunged
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/smunged ${PREFIX}/sbin/smunged
.include <bsd.port.mk>