c759b1d4b1
Mp3Wrap is a free command-line utility, which wraps two or more mp3 files in one large playable file, without losing filename and ID3 informations. ok sthen@
29 lines
526 B
Makefile
29 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/11 15:36:33 kevlo Exp $
|
|
|
|
COMMENT= utility for mp3 wrapping
|
|
|
|
DISTNAME= mp3wrap-0.5-src
|
|
PKGNAME= ${DISTNAME:S/-src//}
|
|
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://mp3wrap.sourceforge.net/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@cvs.openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3wrap/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME:S/-src//}
|
|
|
|
.include <bsd.port.mk>
|