openbsd-ports/net/openafs/Makefile

59 lines
1.3 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2007/09/15 22:36:56 merdely Exp $
2006-08-04 12:34:43 -04:00
2007-08-05 11:38:09 -04:00
BROKEN= does not build
2006-08-04 12:34:43 -04:00
ONLY_FOR_ARCHS= i386
2006-01-30 21:49:24 -05:00
COMMENT= Distributed filesystem OpenAFS
2006-01-30 21:49:24 -05:00
DISTNAME= openafs-1.4.0-src
PKGNAME= openafs-1.4.0p5
2006-01-30 21:49:24 -05:00
CATEGORIES= net
HOMEPAGE= http://www.openafs.org
MAINTAINER= Todd T. Fries <todd@openbsd.org>
2006-01-30 21:49:24 -05:00
# IPL
2006-01-30 21:49:24 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-08-04 12:34:43 -04:00
WANTLIB= c pthread
2006-02-01 22:21:57 -05:00
2006-01-30 21:49:24 -05:00
MASTER_SITES= http://www.openafs.org/dl/openafs/1.4.0/
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.13
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-namei-fileserver \
--enable-largefile-fileserver \
--enable-supergroups \
--with-afs-sysname=${ARCH}_obsd${OSrev}
WRKDIST= ${WRKDIR}/${DISTNAME:S/-src$//}
2006-01-30 21:49:24 -05:00
2006-08-04 12:34:43 -04:00
post-patch:
@cp ${FILESDIR}/param.i386_obsd40.h \
${WRKSRC}/src/config/param.${ARCH}_obsd${OSrev}.h
2006-08-04 12:34:43 -04:00
pre-configure:
@if [ ! -d /usr/src/sys ]; then \
echo ""; \
echo "*** Error: Building this package requires the"; \
echo "*** kernel sources to be available under /usr/src/sys"; \
echo ""; \
exit 1; \
fi
2006-01-30 21:49:24 -05:00
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/
.for file in openafs-setup
@sed s,%LOCALBASE%,${LOCALBASE},g < ${FILESDIR}/${file} > \
${PREFIX}/sbin/${file}
@chmod u+x ${PREFIX}/sbin/${file}
2006-01-30 21:49:24 -05:00
.endfor
.include <bsd.port.mk>