30 lines
622 B
Makefile
30 lines
622 B
Makefile
# New ports collection makefile for: checkrdf
|
|
# Date created: 17 december 2002
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= checkrdf
|
|
PORTVERSION= 38.7143
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= checkrdf
|
|
|
|
MAINTAINER= obraun@FreeBSD.org
|
|
COMMENT= A tool for RDF site summaries based news-check
|
|
|
|
BUILD_DEPENDS= Xtract:${PORTSDIR}/textproc/hs-haxml
|
|
|
|
USE_BZIP2= yes
|
|
MAKE_ENV= PREFIX=${PREFIX}
|
|
|
|
MAN1= checkrdf.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.if defined(NOPORTDOCS)
|
|
INSTALL_TARGET=install-bin install-rc install-man
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|