mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9806fceb88
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
24 lines
419 B
Makefile
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>
|