20 lines
505 B
Makefile
20 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/10/08 09:21:12 asau Exp $
|
|
#
|
|
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* Linux-*-* DragonFly-*-*
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/regionset ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|