aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tm/Makefile
blob: 3aea2c63c91342f443416e4ff6f49b5daea32781 (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
# New ports collection makefile for:    tm
# Date created:     18 December 2007
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   tm
PORTVERSION=    0.4.1
CATEGORIES= sysutils
MASTER_SITES=   http://vicerveza.homeunix.net/~viric/soft/tm/ CENKES

MAINTAINER= ports@FreeBSD.org
COMMENT=    Terminal mixer

PLIST_FILES=    bin/${PORTNAME}
PORTDOCS=   ChangeLog DOCS index.html
MAKE_ENV=   LINUX_LIBS=-lutil

post-extract:
    @${MV} ${WRKSRC}/web/index.html ${WRKSRC}/

post-patch:
    @${REINPLACE_CMD} -e 's|$$^|$${.ALLSRC}|;/^GLIBCFLAGS/d;/^CFLAGS/d;\
        /^CC/d;/^ifeq/,/^endif/d' ${WRKSRC}/Makefile
    @${REINPLACE_CMD} -e 's|pty.h|libutil.h|' ${WRKSRC}/app_term.c
    @${ECHO_CMD} '#include <string.h>' >> ${WRKSRC}/main.h

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.ifndef NOPORTDOCS
    @${INSTALL} -d ${DOCSDIR}/
    @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif

.include <bsd.port.mk>