2004-02-12 09:09:49 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2004/02/12 14:09:49 kevlo 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
|
|
|
|
|
|
|
COMMENT= "perl scripts for migrating system information to LDAP"
|
|
|
|
|
|
|
|
DISTNAME= MigrationTools
|
2004-02-12 01:49:43 -05:00
|
|
|
PKGNAME= migrationtools-45
|
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
|
|
|
|
|
|
|
|
# BSD license, included with the source files
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS= openldap:openldap-client-*:databases/openldap
|
|
|
|
|
2002-10-27 16:07:53 -05:00
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
2004-02-02 12:45:22 -05:00
|
|
|
PKG_ARCH= *
|
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
|
|
|
SUBST_VARS= PKGNAME
|
2004-02-12 01:49:43 -05:00
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME}-45
|
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
|
|
|
MTSDIR= ${PREFIX}/share/${PKGNAME}/
|
|
|
|
|
|
|
|
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>
|