2008-03-04 20:32:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2008/03/04 19:32:30 jlam Exp $
|
2005-04-16 08:51:26 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= regionset-0.1
|
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= http://linvdr.org/download/regionset/
|
|
|
|
|
|
|
|
HOMEPAGE= http://linvdr.org/download/regionset/
|
|
|
|
COMMENT= Read and modify DVD drive region code
|
|
|
|
|
2005-04-21 16:44:24 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2008-03-04 20:32:30 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2005-04-21 16:44:24 +02:00
|
|
|
|
2005-12-07 19:38:27 +01:00
|
|
|
ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* Linux-*-* DragonFly-*-*
|
2005-04-16 08:51:26 +02:00
|
|
|
|
2005-04-21 16:44:24 +02:00
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
|
2005-04-16 08:51:26 +02:00
|
|
|
do-install:
|
2008-03-04 20:32:30 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/regionset ${DESTDIR}${PREFIX}/bin
|
2005-04-16 08:51:26 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|