1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net-p2p/amule-devel/Makefile.man
Barbara Guida 0535e3c835 - Update amule-devel to r10802
- Remove obsolete patches from r1079[3-5]
- Remove DOCS and NLS from OPTIONS_DEFAULT, which I introduced in the
previous submission
- Change my email address to bar@FreeBSD.org

Approved by:	rene (mentor)
Feature safe:	yes
2012-11-28 00:49:12 +00:00

39 lines
658 B
Groff

MANLANG= "" de es fr hu it ru tr zh_TW
.if ${PORT_OPTIONS:MNLS}
. if ${PORT_OPTIONS:MMONOLITHIC}
MAN1+= amule.1
. endif
. if ${PORT_OPTIONS:MALC}
MAN1+= alc.1
. endif
. if ${PORT_OPTIONS:MALCC}
MAN1+= alcc.1
. endif
. if ${PORT_OPTIONS:MAMULECMD}
MAN1+= amulecmd.1
. endif
. if ${PORT_OPTIONS:MAMULEDAEMON}
MAN1+= amuled.1
. endif
. if ${PORT_OPTIONS:MAMULEGUI}
MAN1+= amulegui.1
. endif
. if ${PORT_OPTIONS:MCAS}
MAN1+= cas.1
. endif
. if ${PORT_OPTIONS:MED2K}
MAN1+= ed2k.1
. endif
. if ${PORT_OPTIONS:MWEBSERVER}
MAN1+= amuleweb.1
. endif
. if ${PORT_OPTIONS:MWXCAS}
MAN1+= wxcas.1
. endif
.endif
.if ${PORT_OPTIONS:MXAS}
MAN1+= xas.1
.endif