aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wy60/Makefile
blob: 130353c1a23ec20f99a31bb664fdf5b315517dc3 (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
# New ports collection makefile for:    wy60
# Date created:     2002-06-12
# Whom:         Christian Weisgerber <naddy@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   wy60
PORTVERSION=    2.0.9
CATEGORIES= comms
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}

MAINTAINER= naddy@FreeBSD.org
COMMENT=    Curses-based emulator for the Wyse 60 terminal

GNU_CONFIGURE=  yes
MAKE_JOBS_SAFE= yes

MAKE_ARGS=  etc_DATA=wy60.rc.sample

MAN1=       wy60.1

pre-build:
    @${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample

post-install:
    if test ! -f ${PREFIX}/etc/wy60.rc; then \
        ${CP} -p ${PREFIX}/etc/wy60.rc.sample ${PREFIX}/etc/wy60.rc; \
    fi

.include <bsd.port.mk>