freebsd-ports/lang/sather-specification/Makefile
Stanislav Sedov 422bce3414 - 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).
2011-10-24 03:33:20 +00:00

30 lines
770 B
Makefile

# New ports collection makefile for: sather-specification
# Date created: 5 August 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
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>