c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
20 lines
556 B
Makefile
20 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:05 tv Exp $
|
|
#
|
|
|
|
DISTNAME= flac123-0.0.7
|
|
PKGREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac-tools/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://flac-tools.sourceforge.net/
|
|
COMMENT= Command-line program for playing FLAC audio files
|
|
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../audio/flac/buildlink3.mk"
|
|
.include "../../audio/libao/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|