blob: 9be0fbbf3cc5f0a5eb904aefd0c8b1684974dfa2 (
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
|
# New ports collection makefile for: xisp
# Date created: June 24, 1999
# Whom: tm@onepost.net
#
# $FreeBSD$
#
PORTNAME= xisp
PORTVERSION= 2.7p1
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_XPM= yes
MAN1= xisp.1
.include <bsd.port.mk>
|