2004-01-16 01:33:12 +00:00
|
|
|
# New ports collection makefile for: userneu-devel
|
|
|
|
# Date created: 22 November 2003
|
2003-09-30 12:10:05 +00:00
|
|
|
# Whom: Andreas Fehlner (fehlner@gmx.de)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= userneu
|
2004-01-16 01:33:12 +00:00
|
|
|
PORTVERSION= 1.43
|
2003-09-30 12:10:05 +00:00
|
|
|
CATEGORIES= sysutils
|
2004-10-18 21:41:04 +00:00
|
|
|
MASTER_SITES= http://btmdxm.mat.uni-bayreuth.de/~johannes/files/userneu/ \
|
2003-09-30 12:10:05 +00:00
|
|
|
http://home.arcor.de/fehlner/inhalt/download/
|
2004-01-16 01:33:12 +00:00
|
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}b
|
2003-09-30 12:10:05 +00:00
|
|
|
|
|
|
|
MAINTAINER= fehlner@gmx.de
|
|
|
|
COMMENT= Account management and creation tool
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
2004-01-16 01:33:12 +00:00
|
|
|
${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5/ \
|
|
|
|
${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd/ \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/
|
2003-11-03 03:56:42 +00:00
|
|
|
|
2004-08-11 21:32:03 +00:00
|
|
|
USE_PERL5_RUN= yes
|
2003-09-30 12:10:05 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2004-08-11 21:32:03 +00:00
|
|
|
CONFLICTS= userneu-1.*
|
2004-01-16 01:33:12 +00:00
|
|
|
|
|
|
|
SCRIPTS= userneu.pl smbrepair.pl
|
|
|
|
MAN5= userneu.conf.5
|
|
|
|
MAN8= userneu.8
|
|
|
|
PORTDOCS= BUGS CHANGES CREDITS REQUIREMENTS TODO \
|
|
|
|
doc/README doc/INSTALL doc/userneu.pod doc/userneu.conf.pod
|
|
|
|
EXAMPLES= userlist userneu.conf.example
|
2003-09-30 12:10:05 +00:00
|
|
|
|
|
|
|
do-install:
|
2003-10-23 20:37:08 +00:00
|
|
|
cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN8} ${MANPREFIX}/man/man8
|
2004-01-16 01:33:12 +00:00
|
|
|
cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5
|
2003-10-23 20:37:08 +00:00
|
|
|
cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/sbin
|
2004-01-16 01:33:12 +00:00
|
|
|
${LN} ${PREFIX}/sbin/userneu.pl ${PREFIX}/sbin/userquick
|
2003-09-30 12:10:05 +00:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
2003-10-23 20:37:08 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-09-30 12:10:05 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-01-16 01:33:12 +00:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2003-10-23 20:37:08 +00:00
|
|
|
.endif
|
2003-09-30 12:10:05 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|