openbsd-ports/audio/toolame/Makefile
2013-03-10 22:55:01 +00:00

35 lines
693 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/03/10 22:55:06 espie Exp $
COMMENT= optimized mpeg 1/2 layer 2 audio encoder
DISTNAME= toolame-02l
PKGNAME= toolame-0.2l
REVISION= 1
CATEGORIES= audio
HOMEPAGE= http://www.eftel.com/~mikecheng/planckenergy/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toolame/}
EXTRACT_SUFX= .tgz
USE_GMAKE= Yes
NO_TEST= 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>