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
This commit is contained in:
Rene Ladan 2013-07-28 13:32:04 +00:00
parent daa2865996
commit 063c5a9b7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323827

View file

@ -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>