585534220c
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
21 lines
454 B
Makefile
21 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.17 2005/05/22 20:07:40 jlam Exp $
|
|
|
|
DISTNAME= yamt-0.5
|
|
PKGREVISION= 7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yamt/}
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= http://yamt.sourceforge.net/
|
|
COMMENT= Yet Another MP3 Tool
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../x11/gnome-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|