freebsd-ports/net/pppload/Makefile
Satoshi Asami 048a6ed870 Spell the category name correctly ("sysutils", not "sysutil"). Please
be careful, bsd.port.mk will happily create a new directory if you
misspell the name here.... ;)
1998-02-19 12:42:50 +00:00

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>