openbsd-ports/misc/migrationtools/Makefile

31 lines
726 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:23:57 espie Exp $
COMMENT= perl scripts for migrating system information to LDAP
DISTNAME= MigrationTools-47
PKGNAME= ${DISTNAME:L}
CATEGORIES= misc
2004-02-12 09:09:49 -05:00
MASTER_SITES= http://www.padl.com/download/
HOMEPAGE= http://www.padl.com/OSS/MigrationTools.html
# BSD
PERMIT_PACKAGE_CDROM= Yes
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= databases/openldap
2002-10-27 16:07:53 -05:00
NO_BUILD= Yes
2013-03-11 07:20:26 -04:00
NO_TEST= Yes
2004-02-02 12:45:22 -05:00
PKG_ARCH= *
MTSDIR= ${PREFIX}/share/migrationtools/
do-install:
${INSTALL_DATA_DIR} ${MTSDIR}
${INSTALL_SCRIPT} ${WRKSRC}/migrate_common.ph \
${MTSDIR}/migrate_common.ph.dist
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${MTSDIR}
${INSTALL_SCRIPT} ${WRKSRC}/*.sh ${MTSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${MTSDIR}
.include <bsd.port.mk>