freebsd-ports/deskutils/checkrdf/Makefile

34 lines
701 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 5
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
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
.if defined(NOPORTDOCS)
INSTALL_TARGET=install-bin install-rc install-man
.endif
2003-06-15 22:05:59 +02:00
.include <bsd.port.mk>