aboutsummaryrefslogtreecommitdiffstats
path: root/net/xisp/Makefile
blob: 52c7afd0b4d5b77367ce3ddf7f3ea479889fc509 (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
# New ports collection makefile for:    xisp
# Date created:     June 24, 1999
# Whom:         tm@onepost.net
#
# $FreeBSD$
#

PORTNAME=   xisp
PORTVERSION=    2.7p4
PORTREVISION=   5
CATEGORIES= net
MASTER_SITES=   http://xisp.hellug.gr/release/

PATCH_SITES=    http://www.ml-search.com/xisp/distfiles/

MAINTAINER= tm@onepost.net
COMMENT=    A user-friendly X interface to pppd/chat

LIB_DEPENDS=    forms.2:${PORTSDIR}/x11-toolkits/xforms

USE_XORG=   xpm

MAKE_ENV+=  CCFLAGS="${CFLAGS}"

MAN1=       xisp.1

post-patch:
    @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
        ${WRKSRC}/Makefile

.include <bsd.port.mk>