mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
402 B
Makefile
22 lines
402 B
Makefile
# New ports collection makefile for: pppload
|
|
# Date created: 30 January 1998
|
|
# Whom: Sean Cole <scole@aracnet.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pppload
|
|
PORTVERSION= 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>
|