mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
23 lines
531 B
Makefile
23 lines
531 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.4 1998/02/19 12:42:50 asami 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-toolkits/qt
|
|
LIB_DEPENDS= qt:${PORTSDIR}/x11-toolkits/qt
|
|
|
|
MAN1= pppload.1
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|