freebsd-ports/devel/ocaml-camomile/Makefile
Pawel Pekala 0e1f5b9c3a - Update to version 0.8.3
- Pass maintainership to submitter

PR:		ports/148006
Submitted by:	Michael Grunewald <michael.grunewald@laposte.net>
2011-12-29 19:03:10 +00:00

40 lines
1,008 B
Makefile

# ex:ts=8
# Ports collection makefile for: camomile
# Date created: Mar 17, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= camomile
PORTVERSION= 0.8.3
CATEGORIES= devel
MASTER_SITES= SF
PKGNAMEPREFIX= ocaml-
MAINTAINER= michael.grunewald@laposte.net
COMMENT= A comprehensive Unicode library for objective caml language
USE_BZIP2= yes
USE_GMAKE= yes
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
USE_OCAML_LDCONFIG=yes
USE_OCAML_WASH= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
post-install:
@${FIND} ${DATADIR} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${DATADIR} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
@${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.mk>