freebsd-ports/security/super/Makefile
Satoshi Asami 128a1ba7c6 Mark it broken, doesn't build on 2.2-stable.
=======
===>  Building for super-3.11.6
cc -c -DSUPERFILE=\"/usr/local/etc/super.tab\" -DTIMESTAMP_DIR=\"/usr/local/var/superstamps\" -DSYSLOG_PRIORITY=LOG_ERR -DHAVE_CONFIG_H -I.   -O -pipe super.c
In file included from localsys.h:166,
                 from super.h:18,
                 from super.c:12:
/usr/include/prot.h:60: parse error before `create_auth_reply'
/usr/include/prot.h:62: parse error before `KTEXT'
/usr/include/prot.h:62: warning: data definition has no type or storage class
*** Error code 1

Stop.
1998-11-23 09:02:19 +00:00

35 lines
928 B
Makefile

# ex:ts=8
# Ports collection makefile for: foo
# Version required: 3.9.7
# Date created: Fri Mar 18, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.2 1998/11/19 09:19:18 obrien Exp $
#
DISTNAME= super-3.11.6
CATEGORIES= security sysutils
MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \
ftp://ftp.ucolick.org/pub/users/will/ \
ftp://ftp.infodrom.north.de/pub/unix/utilities/super/
MAINTAINER= obrien@FreeBSD.org
BROKEN= build
GNU_CONFIGURE= yes
MAN1= super.1 setuid.1
MAN5= super.5
post-install:
@strip ${PREFIX}/bin/super ${PREFIX}/bin/setuid
@${MKDIR} ${PREFIX}/share/examples
@${INSTALL_DATA} ${FILESDIR}/sample.tab ${PREFIX}/share/examples
@${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${PREFIX}/share/examples
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/super
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/super
.endif
.include <bsd.port.mk>