From 9dc979013b220cb4e5f9372b6b458fa40e224f10 Mon Sep 17 00:00:00 2001 From: riggs Date: Sat, 7 Jun 2014 14:27:25 +0000 Subject: - Stagify - Add LICENSE Approved by: mentors (implicit) --- multimedia/lsdvd/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'multimedia') diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile index 0208fcdb861a..dd20ed032954 100644 --- a/multimedia/lsdvd/Makefile +++ b/multimedia/lsdvd/Makefile @@ -10,18 +10,19 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20I%20hate%20James%2 MAINTAINER= ports@FreeBSD.org COMMENT= Print information about the contents and structure of a DVD +LICENSE= GPLv2 + LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= lsdvd.1 -PLIST_FILES= bin/lsdvd +PLIST_FILES= bin/lsdvd \ + man/man1/lsdvd.1.gz WITH_DVD_DEVICE?=/dev/acd0 -NO_STAGE= yes pre-everything:: @${ECHO_MSG} "===> The default DVD device is ${WITH_DVD_DEVICE}" @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default" -- cgit