Lines 8-17
Link Here
|
8 |
|
8 |
|
9 |
PORTNAME= cvsd |
9 |
PORTNAME= cvsd |
10 |
PORTVERSION= 1.0.12 |
10 |
PORTVERSION= 1.0.12 |
|
|
11 |
PORTREVISION= 1 |
11 |
CATEGORIES= devel |
12 |
CATEGORIES= devel |
12 |
MASTER_SITES= http://ch.tudelft.nl/~arthur/cvsd/ |
13 |
MASTER_SITES= http://ch.tudelft.nl/~arthur/cvsd/ |
13 |
|
14 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= bu7cher@yandex.ru |
15 |
COMMENT= CVS pserver daemon |
16 |
COMMENT= CVS pserver daemon |
16 |
|
17 |
|
17 |
USE_GPG?= yes |
18 |
USE_GPG?= yes |
Lines 27-42
Link Here
|
27 |
MAN5= cvsd.conf.5 |
28 |
MAN5= cvsd.conf.5 |
28 |
MAN8= cvsd.8 cvsd-buginfo.8 cvsd-buildroot.8 cvsd-passwd.8 |
29 |
MAN8= cvsd.8 cvsd-buginfo.8 cvsd-buildroot.8 cvsd-passwd.8 |
29 |
PORTDOCS= README |
30 |
PORTDOCS= README |
30 |
PLIST_FILES= etc/cvsd/cvsd.conf.sample etc/rc.d/cvsd.sh.sample \ |
31 |
PLIST_FILES= etc/cvsd/cvsd.conf.sample sbin/cvsd sbin/cvsd-buginfo \ |
31 |
sbin/cvsd sbin/cvsd-buginfo sbin/cvsd-buildroot sbin/cvsd-passwd |
32 |
sbin/cvsd-buildroot sbin/cvsd-passwd |
32 |
PLIST_DIRS= etc/cvsd |
33 |
PLIST_DIRS= etc/cvsd |
|
|
34 |
USE_RC_SUBR= cvsd.sh |
35 |
|
36 |
.include <bsd.port.pre.mk> |
37 |
|
38 |
.if ${OSVERSION} > 500000 |
39 |
EXTRA_PATCHES+= ${FILESDIR}/extra-cvsd-buildroot.in |
40 |
.endif |
33 |
|
41 |
|
34 |
do-install: |
42 |
do-install: |
35 |
${INSTALL_PROGRAM} ${WRKSRC}/cvsd ${PREFIX}/sbin/cvsd |
43 |
${INSTALL_PROGRAM} ${WRKSRC}/cvsd ${PREFIX}/sbin/cvsd |
36 |
.for FILE in cvsd-buginfo cvsd-buildroot cvsd-passwd |
44 |
.for FILE in cvsd-buginfo cvsd-buildroot cvsd-passwd |
37 |
${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/sbin |
45 |
${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/sbin |
38 |
.endfor |
46 |
.endfor |
39 |
${INSTALL_DATA} ${WRKSRC}/cvsd.init ${PREFIX}/etc/rc.d/cvsd.sh.sample |
|
|
40 |
@${MKDIR} ${PREFIX}/etc/cvsd |
47 |
@${MKDIR} ${PREFIX}/etc/cvsd |
41 |
${INSTALL_DATA} ${WRKSRC}/cvsd.conf-dist ${PREFIX}/etc/cvsd/cvsd.conf.sample |
48 |
${INSTALL_DATA} ${WRKSRC}/cvsd.conf-dist ${PREFIX}/etc/cvsd/cvsd.conf.sample |
42 |
.for FILE in ${MAN5} |
49 |
.for FILE in ${MAN5} |
Lines 51-54
Link Here
|
51 |
.endif |
58 |
.endif |
52 |
@${CAT} ${PKGMESSAGE} |
59 |
@${CAT} ${PKGMESSAGE} |
53 |
|
60 |
|
54 |
.include <bsd.port.mk> |
61 |
.include <bsd.port.post.mk> |