mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
30 lines
706 B
Makefile
30 lines
706 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= 3
|
|
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
|
|
|
|
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.mk>
|