aboutsummaryrefslogtreecommitdiff
path: root/multimedia/lsdvd
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-06-07 14:27:25 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-06-07 14:27:25 +0000
commitb1075d438e4d835308fc06cfdf49a049417254d3 (patch)
treed5c6d3dc6f6ebb36099f02a1fdadd138f0a470d7 /multimedia/lsdvd
parentf924e990d7c1a59c6453331f9194d9ff81172b0d (diff)
downloadports-b1075d438e4d835308fc06cfdf49a049417254d3.tar.gz
ports-b1075d438e4d835308fc06cfdf49a049417254d3.zip
- Stagify
- Add LICENSE Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=356906
Diffstat (limited to 'multimedia/lsdvd')
-rw-r--r--multimedia/lsdvd/Makefile7
1 files changed, 4 insertions, 3 deletions
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"