head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.3;

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

1.2
date	2010.03.26.08.15.24;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2010.03.24.11.28.57;	author stas;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ocaml.m4
# Date created:		24 Marth 2010
# Whom:			stas
#
# $FreeBSD: head/lang/ocaml-autoconf/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	autoconf
PORTVERSION=	1.1
CATEGORIES=	lang
MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/181/
PKGNAMEPREFIX=	ocaml-
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Autoconf module for ocaml

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-1.0

DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
AC_SUBDIR=	${PREFIX}/share/aclocal
PLIST_FILES=	share/aclocal/ocaml.m4

.if !defined(NOPORTDOCS)
PORTDOCS=	ocaml.m4.txt
.endif

do-install:
	${MKDIR} ${AC_SUBDIR}/
	${INSTALL_DATA} ${WRKSRC}/ocaml.m4 ${AC_SUBDIR}/
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/
	${INSTALL_DATA} ${WRKSRC}/ocaml.m4.txt ${DOCSDIR}/
.endif

.include <bsd.port.mk>
@


1.3
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.2
log
@- Update to 1.1.
@
text
@d15 1
a15 1
MAINTAINER=	stas@@FreeBSD.org
@


1.1
log
@- Add lang/ocaml-autoconf, ocaml macros module for autoconf.

WWW:	http://forge.ocamlcore.org/projects/ocaml-autoconf/
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d19 1
@

