pkgsrc/multimedia/dvdbackup/Makefile
adam 6b529815e9 Changes 0.4.1:
New Features:
* New complete translation: German (de); thanks to Chris Leick
Bug fixes:
* Fix offset bug (which results in wrong .vob files)
* Fix typos and improve wording

Changes 0.4:
New Features:
* Added new translations from Launchpad: French (fr), Galician (gl),
  Italian (it), Norwegian Bokmål (nb), Russian (ru) and Spanish (es)
Changes:
* Use C99 standard and compile with -pedantic flag.
* Code cleanup
Bug fixes:
* Fixed typos
* Fixed compiler warnings
* Added missing header file
2011-08-09 20:56:27 +00:00

18 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/08/09 20:56:27 adam Exp $
DISTNAME= dvdbackup-0.4.1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdbackup/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dvdbackup.sourceforge.net/
COMMENT= DVD backup utility
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
.include "../../multimedia/libdvdread/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"