048a6ed870
be careful, bsd.port.mk will happily create a new directory if you misspell the name here.... ;)
23 lines
514 B
Makefile
23 lines
514 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.3 1998/02/19 09:51:47 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= pppload-1.0
|
|
CATEGORIES= x11 net sysutils
|
|
MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
|
|
LIB_DEPENDS= qt:${PORTSDIR}/x11/qt
|
|
|
|
MAN1= pppload.1
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|