freebsd-ports/comms/xcept/Makefile
Kris Kennaway 81e805e936 Don't install ceptd setuid root: it's a daemon you run as root from
inetd.conf, so it doesn't need the additional privileges.

This port still bogusly hardcodes /usr/local as the installation
directory.
2001-08-11 06:59:03 +00:00

24 lines
433 B
Makefile

# New ports collection makefile for: xcept
# Date created: Sep 1, 1996
# Whom: joerg
#
# $FreeBSD$
#
PORTNAME= xcept
PORTVERSION= 2.1.2
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
MAINTAINER= joerg@FreeBSD.org
USE_XLIB= yes
MAN1= xcept.1
MAN8= ceptd.8
MANCOMPRESSED= maybe
WRKSRC= ${WRKDIR}/XCept-${PORTVERSION}
.include <bsd.port.mk>