1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/www/decss/Makefile
Kris Kennaway 1c6aef5ca8 USE_PERL5 and add perl5 to categories
Submitted by:	steve
2000-02-22 07:55:08 +00:00

25 lines
440 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 perl5
MASTER_SITES= http://www.totse.com/DeCSS/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/source
NO_BUILD= YES
USE_PERL5= YES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/DeCSS ${PREFIX}/bin/decss
.include <bsd.port.mk>