5f2fa3cee8
o style fix: unecho commands on Makefile o chase ocamlweb-man.ps.gz checksum on new version of the port PR: 30152 Submitted by: MAINTAINER
34 lines
704 B
Makefile
34 lines
704 B
Makefile
# New ports collection makefile for: ocamlweb
|
|
# Date created: 4 February 2001
|
|
# Whom: Patrick Doane <patrick@watson.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ocamlweb
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= patrick@watson.org
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
DOCFILES= ${PORTNAME}-man.ps.gz
|
|
.endif
|
|
|
|
MAN1= ocamlweb.1
|
|
|
|
post-install:
|
|
.if !defined{NOPORTDOCS}
|
|
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
|
@${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-man.ps.gz ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|