freebsd-ports/www/demoroniser/Makefile
Kris Kennaway d64f50f6a5 Chase the distfile checksum (invent a version 1.0.20030916 to make up
for the last of a version number in the source).  The changes are addition
of a "q"uiet flag and some additional character translations.
2004-03-06 11:02:37 +00:00

31 lines
721 B
Makefile

# New ports collection makefile for: demoroniser
# Date created: 07 August 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= demoroniser
PORTVERSION= 1.0.20030916
CATEGORIES= www
MASTER_SITES= http://www.fourmilab.ch/webtools/demoroniser/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=jedgar
DISTNAME= ${PORTNAME}
MAINTAINER= jedgar@FreeBSD.org
COMMENT= Correct moronic and gratuitously incompatible HTML from MS applications
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
MAN1= demoroniser.1
PLIST_FILES= bin/demoroniser
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/demoroniser.pl ${PREFIX}/bin/demoroniser
${INSTALL_MAN} ${WRKDIR}/demoroniser.1 ${PREFIX}/man/man1
.include <bsd.port.mk>