2003-01-01 18:38:27 +01:00
|
|
|
# New ports collection makefile for: checkrdf
|
|
|
|
# Date created: 17 december 2002
|
|
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= checkrdf
|
2007-03-02 20:18:06 +01:00
|
|
|
PORTVERSION= 39.4444
|
2012-08-03 04:33:32 +02:00
|
|
|
PORTREVISION= 6
|
2003-01-01 18:38:27 +01:00
|
|
|
CATEGORIES= deskutils
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF
|
2003-01-01 18:38:27 +01:00
|
|
|
|
2011-05-09 07:28:57 +02:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2003-02-18 11:50:48 +01:00
|
|
|
COMMENT= A tool for RDF site summaries based news-check
|
2003-01-01 18:38:27 +01:00
|
|
|
|
2011-05-09 07:28:57 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2010-05-24 23:52:43 +02:00
|
|
|
BUILD_DEPENDS= hs-HaXml>=1.19:${PORTSDIR}/textproc/hs-HaXml
|
2003-01-01 18:38:27 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
MAN1= checkrdf.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2007-03-02 20:18:06 +01:00
|
|
|
PLIST_FILES= bin/checkrdf bin/checkrdf.bin etc/checkrdf.rc
|
|
|
|
PORTDOCS= README NEWS blog.news.css bluegreek.css myrdf.css
|
|
|
|
|
2012-08-03 04:33:32 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
OPTIONS_DEFAULT= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-08-08 11:36:08 +02:00
|
|
|
.if empty(PORT_OPTIONS:MDOCS)
|
2003-01-01 18:38:27 +01:00
|
|
|
INSTALL_TARGET=install-bin install-rc install-man
|
|
|
|
.endif
|
|
|
|
|
2003-06-15 22:05:59 +02:00
|
|
|
.include <bsd.port.mk>
|