diff options
author | rene <rene@FreeBSD.org> | 2013-07-28 21:32:04 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-28 21:32:04 +0800 |
commit | 44657d906ea02f00ca7cb0696712dd5287d3b1a1 (patch) | |
tree | 2d17aef21fe9c5bc5e5774a80088b144e335192f /devel | |
parent | cec825e93a0aa64d33f44d7c641e80017381cde9 (diff) | |
download | freebsd-ports-gnome-44657d906ea02f00ca7cb0696712dd5287d3b1a1.tar.gz freebsd-ports-gnome-44657d906ea02f00ca7cb0696712dd5287d3b1a1.tar.zst freebsd-ports-gnome-44657d906ea02f00ca7cb0696712dd5287d3b1a1.zip |
Mark deprecated and set expiration date to 2013-09-01, it depends on
the expired lang/gdc port.
While here, strip Makefile header and convert to optionsNG
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dsss/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/dsss/Makefile b/devel/dsss/Makefile index 70d74a3da7b5..19d2622712cd 100644 --- a/devel/dsss/Makefile +++ b/devel/dsss/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dsss -# Date created: 14 Jun 2008 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dsss PORTVERSION= 0.78 @@ -14,6 +10,9 @@ MASTER_SITES= http://svn.dsource.org/projects/dsss/downloads/${PORTVERSION}/ \ MAINTAINER= ports@FreeBSD.org COMMENT= D Shared Software System +DEPRECATED= Depends on expired lang/gdc +EXPIRATION_DATE=2013-09-01 + BUILD_DEPENDS= gdc:${PORTSDIR}/lang/gdc USE_BZIP2= yes @@ -26,7 +25,7 @@ PORTDOCS= * MAN1= dsss.1 rebuild.1 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${OSVERSION} >= 900027 BROKEN= does not build @@ -35,7 +34,7 @@ BROKEN= does not build post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' \ ${WRKSRC}/dsss.conf -.if defined(NOPORTDOCS) +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's|install docs.*share/doc/dsss ;||' \ ${WRKSRC}/dsss.conf .endif @@ -44,4 +43,4 @@ post-patch: ${WRKSRC}/rebuild/Makefile .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |