openbsd-ports/audio/toolame/Makefile
pvalchev 898c1b18a8 Remove jakemsr@ from maintainer position, as he has been inactive and
email has been bouncing for several months.  Jacob, if you get this
and/or get back to things, let us know.
2006-12-02 20:24:17 +00:00

38 lines
848 B
Makefile

# $OpenBSD: Makefile,v 1.4 2006/12/02 20:24:17 pvalchev Exp $
# $FreeBSD: ports/audio/toolame/Makefile,v 1.9 2004/02/08 01:13:48 lioux Exp $
#
COMMENT= "optimized mpeg 1/2 layer 2 audio encoder"
DISTNAME= toolame-02l
PKGNAME= toolame-0.2lp1
CATEGORIES= audio
HOMEPAGE= http://www.eftel.com/~mikecheng/planckenergy/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toolame/}
EXTRACT_SUFX= .tgz
USE_GMAKE= Yes
NO_REGRESS= Yes
DOC_FILES= FUTURE HISTORY README
ALL_TARGET= toolame
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/toolame
.for file in ${DOC_FILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/toolame
.endfor
${INSTALL_PROGRAM} ${WRKBUILD}/toolame ${PREFIX}/bin
.include <bsd.port.mk>