1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/deskutils/checkrdf/Makefile
Ashish SHUKLA 7a88beaf29 - Update textproc/hs-polyparse to 1.6
Obtained from:	FreeBSD Haskell
2011-07-10 16:48:18 +00:00

34 lines
701 B
Makefile

# New ports collection makefile for: checkrdf
# Date created: 17 december 2002
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= checkrdf
PORTVERSION= 39.4444
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= SF
MAINTAINER= haskell@FreeBSD.org
COMMENT= A tool for RDF site summaries based news-check
LICENSE= BSD
BUILD_DEPENDS= hs-HaXml>=1.19:${PORTSDIR}/textproc/hs-HaXml
USE_BZIP2= yes
MAN1= checkrdf.1
MANCOMPRESSED= yes
PLIST_FILES= bin/checkrdf bin/checkrdf.bin etc/checkrdf.rc
PORTDOCS= README NEWS blog.news.css bluegreek.css myrdf.css
.if defined(NOPORTDOCS)
INSTALL_TARGET=install-bin install-rc install-man
.endif
.include <bsd.port.mk>