head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2011.10.24.03.33.11;	author stas;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.21.22.30.06;	author stas;	state Exp;
branches;
next	1.3;

1.3
date	2007.03.27.22.12.00;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.10.03.39.44;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.07.13.11.35;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:		sather-specification
# Date created:			5 August 2006
# Whom:				Stanislav Sedov <ssedov@@mbsd.msk.ru>
#
# $FreeBSD: head/lang/sather-specification/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	specification
PORTVERSION=	000328
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=sather/Doc
PKGNAMEPREFIX=	sather-
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}.html

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Specification of the Sather programming language

NO_BUILD=	yes
NO_WRKSUBDIR=	yes
DOCSDIR=	${PREFIX}/share/doc/sather/${PORTNAME}

do-install:
	${MKDIR} ${DOCSDIR}
	@@${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR}
	@@${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/

.include <bsd.port.mk>
@


1.5
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Set correct permissions on instal.
@
text
@d17 1
a17 1
MAINTAINER=	stas@@FreeBSD.org
@


1.3
log
@- Change my email.

Suggested by:	skv
@
text
@d28 1
a28 1
	${CHOWN} -R ${SHAREOWN} ${DOCSDIR}/
@


1.2
log
@- Unbreak on 4.x

PR:		ports/101726
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
@
text
@d17 1
a17 1
MAINTAINER=	ssedov@@mbsd.msk.ru
@


1.1
log
@Add sather-specification 000328, specification of the Sather programming
language.

PR:		ports/101424
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
@
text
@d10 1
d26 1
a26 1
	@@${TAR} -xf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR}
d30 1
a30 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		tar is too old
.endif

.include <bsd.port.post.mk>
@

