|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= ipa |
8 |
PORTNAME= ipa |
| 9 |
PORTVERSION= 2.0.7 |
9 |
PORTVERSION= 2.0.8 |
| 10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
| 11 |
MASTER_SITES= SF/ipa-system |
11 |
MASTER_SITES= SF/ipa-system |
| 12 |
|
12 |
|
|
Lines 22-31
Link Here
|
| 22 |
LIMITS "Enable limits support" on \ |
22 |
LIMITS "Enable limits support" on \ |
| 23 |
SUBLIMITS "Enable sublimits support" on \ |
23 |
SUBLIMITS "Enable sublimits support" on \ |
| 24 |
THRESHOLDS "Enable thresholds support" on \ |
24 |
THRESHOLDS "Enable thresholds support" on \ |
| 25 |
CTL_CREDS "Enable ipactl's messages credentials" off \ |
25 |
CTL_CREDS "Enable ipactl's messages credentials" off |
| 26 |
MEMFUNC_DEBUG "Enable ipa_memfunc debugging" off \ |
|
|
| 27 |
DEBUG_INFO "Produce debugging information" off \ |
| 28 |
MAN_KOI8_R "Install Russian manual pages" off |
| 29 |
|
26 |
|
| 30 |
.include <bsd.port.pre.mk> |
27 |
.include <bsd.port.pre.mk> |
| 31 |
|
28 |
|
|
Lines 53-80
Link Here
|
| 53 |
CONFIGURE_ARGS+= --enable-ctl-creds |
50 |
CONFIGURE_ARGS+= --enable-ctl-creds |
| 54 |
.endif |
51 |
.endif |
| 55 |
|
52 |
|
| 56 |
.if defined(WITH_MEMFUNC_DEBUG) |
|
|
| 57 |
CONFIGURE_ARGS+= --enable-memfunc-debug |
| 58 |
.endif |
| 59 |
|
| 60 |
.if defined(WITH_DEBUG_INFO) |
| 61 |
STRIP= # empty |
| 62 |
CFLAGS+= -g |
| 63 |
.endif |
| 64 |
|
| 65 |
MAN3= ipa_mod.3 |
53 |
MAN3= ipa_mod.3 |
| 66 |
MAN5= ipa.conf.5 ipastat.conf.5 |
54 |
MAN5= ipa.conf.5 ipastat.conf.5 |
| 67 |
MAN8= ipa.8 ipactl.8 ipastat.8 |
55 |
MAN8= ipa.8 ipactl.8 ipastat.8 |
| 68 |
MANLANG= "" |
56 |
MANLANG= "" ru.KOI8-R |
| 69 |
.if defined(WITH_MAN_KOI8_R) |
|
|
| 70 |
MANLANG+= ru.KOI8-R |
| 71 |
.endif |
| 72 |
|
57 |
|
| 73 |
do-install: |
58 |
do-install: |
| 74 |
cd ${WRKSRC}/src && ${MAKE} install |
59 |
cd ${WRKSRC}/src && ${MAKE} install |
| 75 |
cd ${WRKSRC}/man && ${MAKE} install-am |
60 |
cd ${WRKSRC}/man && ${MAKE} install-am |
| 76 |
.if defined(WITH_MAN_KOI8_R) |
|
|
| 77 |
cd ${WRKSRC}/man/ru.KOI8-R && ${MAKE} install |
61 |
cd ${WRKSRC}/man/ru.KOI8-R && ${MAKE} install |
| 78 |
.endif |
|
|
| 79 |
|
62 |
|
| 80 |
.include <bsd.port.post.mk> |
63 |
.include <bsd.port.post.mk> |