mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
0555612be3
extracting a second time. Sponsored by: Absolight
24 lines
550 B
Makefile
24 lines
550 B
Makefile
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= specification
|
|
PORTVERSION= 000328
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= GNU/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} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|