1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/decss/Makefile
Kris Kennaway 9806fceb88 DeCSS is a utility for stripping Cascading Style Sheet (CSS) tags from an
HTML page. That's all it does. It has no relationship whatsoever to
encryption, copy protection, movies, software freedom, oppressive industry
cartels, Web site witch hunts, or any other bad things that could get you
in trouble.

Suggested by:	peter
2000-02-21 08:25:14 +00:00

24 lines
419 B
Makefile

# New ports collection makefile for: decss
# Version required: 1.0
# Date Created: 20 Feb 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= decss
PKGNAME= decss-1.0
CATEGORIES= www
MASTER_SITES= http://www.totse.com/DeCSS/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/source
NO_BUILD= YES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/DeCSS ${PREFIX}/bin/decss
.include <bsd.port.mk>