was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
34 lines
809 B
Makefile
34 lines
809 B
Makefile
# New ports collection makefile for: pppload
|
|
# Date created: 30 January 1998
|
|
# Whom: Sean Cole <scole@aracnet.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pppload
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/network/serial/ppp
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display the current throughput of a network device in a window
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_QT_VER= 3
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= QT_PREFIX="${QT_PREFIX}" PTHREAD_LIBS="${PTHREAD_LIBS}"
|
|
|
|
MAN1= pppload.1
|
|
PLIST_FILES= bin/pppload
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pppload ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/pppload.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include <bsd.port.post.mk>
|