blob: 4fa3323fd456b81a5ce9cb1226a707ec72f9c8f3 (
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= 4
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.1:${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>
|