1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net-p2p/amule/Makefile.man
Barbara Guida 2deeb5f2a2 - Trim Makefile headers
- Convert to OptionsNG
- Strip ABI version from LIB_DEPENDS
- Update my email address

Approved by:	rene (mentor)
Feature safe:	yes
2012-12-02 13:59:11 +00:00

39 lines
652 B
Groff

MANLANG= "" de es fr hu it ru tr
.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