1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Mark deprecated and set expiration date to 2013-08-04, depends on expired

x11-wm/libdockapp
- Update Makefile header
- Use PORT_OPTIONS:MDOCS

PR:		ports/179414
Submitted by:	myself
Approved by:	maintainer timeout (xride, 14 days)
This commit is contained in:
Rene Ladan 2013-06-21 17:36:18 +00:00
parent 785011bfec
commit 835490c722
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321483

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: wmnetload
# Date created: 6 February 2003
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# Created by: Hendrik Scholz <hendrik@scholz.net>
# $FreeBSD$
#
PORTNAME= wmnetload
PORTVERSION= 1.3
@ -16,14 +12,19 @@ MASTER_SITES= ftp://truffula.com/pub/ \
MAINTAINER= xride@FreeBSD.org
COMMENT= Network load monitor dockapp
DEPRECATED= Depends on expired x11-wm/libdockapp
EXPIRATION_DATE=2013-08-04
LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
USE_BZIP2= yes
USE_XORG= xpm x11
GNU_CONFIGURE= yes
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${PREFIX}/share/doc/wmnetload
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmnetload/
.endif