View | Details | Raw Unified | Return to bug 70314
Collapse All | Expand All

(-)/data/home/andi/userneu/Makefile (-7 / +16 lines)
Lines 8-29 Link Here
8
PORTNAME=	userneu
8
PORTNAME=	userneu
9
PORTVERSION=	1.38
9
PORTVERSION=	1.38
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://btmdx8.mat.uni-bayreuth.de/~johannes/files/userneu/ \
11
MASTER_SITES=	http://btmdx8.mat.uni-bayreuth.de/~johannes/files/userneu/\
12
		http://home.arcor.de/fehlner/inhalt/download/
12
		http://home.arcor.de/fehlner/inhalt/download/\
13
		http://home.arcor.de/teambushido/
13
DISTNAME=	${PORTNAME}-${PORTVERSION}_1
14
DISTNAME=	${PORTNAME}-${PORTVERSION}_1
14
15
15
MAINTAINER=	fehlner@gmx.de
16
MAINTAINER=	fehlner@gmx.de
16
COMMENT=	Account management and creation tool
17
COMMENT=	Account management and creation tool
17
18
18
RUN_DEPENDS=	\
19
RUN_DEPENDS=	\
19
    ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
20
    ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5\
20
    ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd \
21
    ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd\
21
    ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
22
    ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
22
23
23
USE_PERL5=	yes
24
USE_PERL5_RUN=	yes
24
NO_BUILD=	yes
25
NO_BUILD=	yes
25
26
26
CONFLICTS=	userneu-devel
27
CONFLICTS=	userneu-devel-1.*
27
28
28
SCRIPTS=	userneu.pl userquick.pl smbrepair.pl
29
SCRIPTS=	userneu.pl userquick.pl smbrepair.pl
29
MAN8=		userneu.8 userquick.8
30
MAN8=		userneu.8 userquick.8
Lines 31-44 Link Here
31
		doc/README doc/INSTALL doc/userneu.pod doc/userquick.pod
32
		doc/README doc/INSTALL doc/userneu.pod doc/userquick.pod
32
EXAMPLES=	list-sample
33
EXAMPLES=	list-sample
33
34
35
.include <bsd.port.pre.mk>
36
37
.if defined(WITH_USERMATIC)
38
RUN_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/sysutils/usermatic
39
.endif
40
34
do-install:
41
do-install:
35
	cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN8} ${MANPREFIX}/man/man8
42
	cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN8} ${MANPREFIX}/man/man8
36
	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/sbin
43
	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/sbin
37
	@${MKDIR} ${EXAMPLESDIR}
44
	@${MKDIR} ${EXAMPLESDIR}
38
	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
45
	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
46
47
post-install:
39
.if !defined(NOPORTDOCS)
48
.if !defined(NOPORTDOCS)
40
	@${MKDIR} ${DOCSDIR}
49
	@${MKDIR} ${DOCSDIR}
41
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
50
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
42
.endif
51
.endif
43
52
44
.include <bsd.port.mk>
53
.include <bsd.port.post.mk>

Return to bug 70314