6c450aae0f
Submitted by: Josh Gilliam <josh@quick.net>
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# New ports collection makefile for: pppload
|
|
# Version required: 1.0
|
|
# Date created: 30 January 1998
|
|
# Whom: Sean Cole <scole@aracnet.com>
|
|
#
|
|
# $Id: Makefile,v 1.7 1998/10/13 23:53:28 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= pppload-1.0
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
BROKEN_ELF= yes
|
|
|
|
USE_QT= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= pppload.1
|
|
|
|
.include <bsd.port.mk>
|