aac8fe8837
needed for the "-M" option of "abcde", the original distribution doesn't seem to be maintained anymore, I just found a reference in Debian, the version number is aligned to the Debian one (including a bugfix)
22 lines
542 B
Makefile
22 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/27 19:35:00 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= mkcue_1.orig
|
|
PKGNAME= mkcue-2.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/mkcue/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://packages.debian.org/source/stable/mkcue
|
|
COMMENT= Generates a CUE sheet from a CD
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/mkcue-1.orig
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
MAKE_FILE= GNUmakefile
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
INSTALLATION_DIRS= bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|