2007-09-15 19:54:16 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2007/09/15 23:54:17 merdely Exp $
|
Initial import of MigrationTools-44
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.
WWW: http://www.padl.com/OSS/MigrationTools.html
2002-10-12 13:31:43 -04:00
|
|
|
|
2007-09-15 19:54:16 -04:00
|
|
|
COMMENT= perl scripts for migrating system information to LDAP
|
Initial import of MigrationTools-44
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.
WWW: http://www.padl.com/OSS/MigrationTools.html
2002-10-12 13:31:43 -04:00
|
|
|
|
2004-11-11 13:36:52 -05:00
|
|
|
DISTNAME= MigrationTools-46
|
|
|
|
PKGNAME= ${DISTNAME:L}
|
Initial import of MigrationTools-44
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.
WWW: http://www.padl.com/OSS/MigrationTools.html
2002-10-12 13:31:43 -04:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
2004-02-12 09:09:49 -05:00
|
|
|
MASTER_SITES= http://www.padl.com/download/
|
Initial import of MigrationTools-44
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.
WWW: http://www.padl.com/OSS/MigrationTools.html
2002-10-12 13:31:43 -04:00
|
|
|
HOMEPAGE= http://www.padl.com/OSS/MigrationTools.html
|
|
|
|
|
2004-11-11 13:36:52 -05:00
|
|
|
# BSD
|
Initial import of MigrationTools-44
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.
WWW: http://www.padl.com/OSS/MigrationTools.html
2002-10-12 13:31:43 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-11-20 08:07:19 -05:00
|
|
|
RUN_DEPENDS= :openldap-client-*:databases/openldap
|
Initial import of MigrationTools-44
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.
WWW: http://www.padl.com/OSS/MigrationTools.html
2002-10-12 13:31:43 -04:00
|
|
|
|
2002-10-27 16:07:53 -05:00
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
2004-02-02 12:45:22 -05:00
|
|
|
PKG_ARCH= *
|
2004-11-11 13:36:52 -05:00
|
|
|
MTSDIR= ${PREFIX}/share/migrationtools/
|
Initial import of MigrationTools-44
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.
WWW: http://www.padl.com/OSS/MigrationTools.html
2002-10-12 13:31:43 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${MTSDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/*.ph ${MTSDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${MTSDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/*.sh ${MTSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${MTSDIR}
|
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|