1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/deskutils/checkrdf/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

31 lines
637 B
Makefile

# New ports collection makefile for: checkrdf
# Date created: 17 december 2002
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= checkrdf
PORTVERSION= 39.125
PORTREVISION= 1
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>