aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cdialog/Makefile
blob: bd4b3f2e7ae3b66a8b7c55b8338cd7dfd080c847 (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:    ncdialog
# Date created:     2003-01-11
# Whom:         AlanE <alane@freebsd.org>
#
# $Carpetsmoker: ports/cdialog/Makefile,v 1.4 2007/04/22 11:30:53 carpetsmoker Exp $
# $FreeBSD$
#

PORTNAME=   cdialog
PORTVERSION=    1.1.20100428
PORTEPOCH=  1
CATEGORIES= devel
MASTER_SITES=   ftp://invisible-island.net/${PORTNAME:S|^c||}/
DISTNAME=   ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E}
EXTRACT_SUFX=   .tgz

MAINTAINER= sylvio@FreeBSD.org
COMMENT=    An enhanced version of 'dialog' to work with ncurses

LICENSE=    LGPL21

USE_AUTOTOOLS=  libtool
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} --with-libtool
MAKEFILE=   makefile

MAN1=       cdialog.1
MAN3=       cdialog.3
MANCOMPRESSED=  no

INSTALL_TARGET= install-strip install-man install-lib

post-patch:
    @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \;

post-install:
    @${MKDIR} ${EXAMPLESDIR}
    cd ${WRKSRC}/samples && ${FIND} . | \
        ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106)
CONFIGURE_ARGS+=    --with-ncursesw --enable-widec
.else
CONFIGURE_ARGS+=    --with-ncurses
.endif

.include <bsd.port.post.mk>