2012-08-18 18:28:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2012/08/18 22:28:53 avsm Exp $
|
2005-05-23 19:04:53 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= Objective Caml library to parse RSS 2.0
|
2005-05-23 19:04:53 -04:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
2012-08-18 18:28:53 -04:00
|
|
|
V= 2.0
|
|
|
|
DISTNAME= ocamlrss-${V}
|
2010-11-20 14:56:47 -05:00
|
|
|
PKGNAME= ocaml-rss-${V}
|
2012-08-18 18:28:53 -04:00
|
|
|
MASTER_SITES= http://zoggy.github.com/ocamlrss/
|
2005-05-23 19:04:53 -04:00
|
|
|
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
2012-08-18 18:28:53 -04:00
|
|
|
HOMEPAGE= http://zoggy.github.com/ocamlrss/
|
2005-05-23 19:04:53 -04:00
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ocaml
|
2012-08-18 18:28:53 -04:00
|
|
|
|
|
|
|
USE_GMAKE = yes
|
|
|
|
|
|
|
|
RUN_DEPENDS = textproc/ocaml-xmlm
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS} sysutils/findlib
|
|
|
|
|
|
|
|
.include <bsd.port.arch.mk>
|
|
|
|
.if ${PROPERTIES:Mocaml_native}
|
|
|
|
ALL_TARGET = all
|
|
|
|
INSTALL_TARGET = install_all
|
|
|
|
.else
|
|
|
|
ALL_TARGET = byte
|
|
|
|
INSTALL_TARGET = install_byte
|
|
|
|
.endif
|
|
|
|
|
2005-05-23 19:04:53 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|