- Add LICENSE
- Switch to options helpers - Add WWW:
This commit is contained in:
parent
e09f287a7f
commit
5eac2a9765
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416274
@ -12,6 +12,9 @@ PKGNAMEPREFIX= ocaml-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= POSIX semaphores for OCaml
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_LDCONFIG= yes
|
||||
@ -21,15 +24,16 @@ MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/sem" \
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
ALL_TARGET= all
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.if !defined(WITH_CUSTOM)
|
||||
MAKE_ENV+= NO_CUSTOM=y
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${CP} -R ${WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR}
|
||||
${CP} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,4 @@
|
||||
POSIX semaphores for OCaml. The library mimics things found under "man sem"
|
||||
and "man sem_open".
|
||||
|
||||
WWW: http://ocaml-sem.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user