blob: 44f39de4cdd8a6eb7abc98026c96faa0ebaf1f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
WWW= https://www.gnu.org/software/sather/
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>
|