aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sather-tutorial/Makefile
blob: 86795da879d93de794cafe3b3b4e48acdcfb0985 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$

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

MAINTAINER= ports@FreeBSD.org
COMMENT=    Tutorial on the Sather programming language

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

do-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
td>5-2692/+2533 * Merge fixes for JDK-6900441 and JDK-8029453 from Linux sources.jkim2017-04-143-1/+303 * The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-3/+1 * . Fix compilation with Clang 4.0glewis2017-01-16