diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /multimedia/libdvdcss | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'multimedia/libdvdcss')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index 97bc30410e5..77d858932e0 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/09/14 13:54:45 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2009/05/19 08:59:25 wiz Exp $ # # In order to ensure compliance with U.S. and international law, please # do not modify this file to provide pointers to the source or homepage @@ -13,18 +13,18 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= ${LIBDVDCSS_HOMEPAGE} COMMENT= Simple library designed for accessing DVDs - -PKG_DESTDIR_SUPPORT= user-destdir -PKGCONFIG_OVERRIDE= src/libdvdcss.pc.in - # XXX missing LICENSE= libdvdcss-license + RESTRICTED= Legal problems due to CSS code NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_DESTDIR_SUPPORT= user-destdir +PKGCONFIG_OVERRIDE= src/libdvdcss.pc.in + GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= gmake |