aboutsummaryrefslogtreecommitdiffstats
path: root/net/pppload/Makefile
blob: 89d27579f33581bfb9078b137e0672039880df73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:   pppload
# Version required:    1.0
# Date created:        30 January 1998
# Whom:                Sean Cole <scole@aracnet.com>
#
# $FreeBSD$
#

DISTNAME=   pppload-1.0
CATEGORIES= net sysutils
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=     system/network/serial/ppp

MAINTAINER= ports@FreeBSD.org

USE_QT=     yes
USE_GMAKE=  yes

MAN1=       pppload.1

.include <bsd.port.mk>