aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mc/Makefile
blob: ed8e6a8f2d8e757a214a6bf5689eda1d0c06e7df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:    mc
# Date created:     15 Jul 1995
# Whom:         torstenb@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   mc
PORTVERSION=    4.5.54
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/mc

MAINTAINER= reg@FreeBSD.org

LIB_DEPENDS=    intl.1:${PORTSDIR}/devel/gettext
.if defined(WITH_NCURSES_PORT)
LIB_DEPENDS+=   ncurses.5:${PORTSDIR}/devel/ncurses
.elif defined(WITH_SLANG)
LIB_DEPENDS+=   slang.1:${PORTSDIR}/devel/libslang
BUILD_DEPENDS=  ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS=    ispell:${PORTSDIR}/textproc/ispell
.endif

USE_GMAKE=  yes
USE_GLIB=   yes
GNU_CONFIGURE=  yes
.if defined(WITH_SLANG)
CONFIGURE_ARGS= --with-slang --without-gnome --with-edit
.else
CONFIGURE_ARGS= --with-ncurses --without-gnome --without-edit
.endif
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib -lintl"

MAN1=       midc.1 mcedit.1
MAN8=       mcserv.8

pre-patch:
    @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
        's|\$\(libdir\)/mc|\$\(datadir\)/mc|g'

.if defined(WITH_SLANG)
PLIST=      ${WRKDIR}/PLIST
pre-install:
    @${CAT} ${PKGDIR}/pkg-plist > ${PLIST}
    @${ECHO} bin/mcedit >> ${PLIST}
.endif

.include <bsd.port.mk>