1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/pppload/Makefile
David E. O'Brien 3ca7de7ecc Add "net" and "sysutil" to the CATEGORIES line.
Note, this should really be moved to sysutils to be simular packages!
1998-02-19 09:51:47 +00:00

23 lines
512 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.2 1998/02/17 04:19:05 steve Exp $
#
DISTNAME= pppload-1.0
CATEGORIES= x11 net sysutil
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>