freebsd-ports/sysutils/bchunk/Makefile
Martin Wilke 88ff73a001 - Fix MASTER_SITES
PR:		162824
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 16:45:10 +00:00

26 lines
524 B
Makefile

# New ports collection makefile for: bchunk
# Date created: 9 Jan 1999
# Whom: bsdx
#
# $FreeBSD$
#
PORTNAME= bchunk
PORTVERSION= 1.2.0
CATEGORIES= sysutils
MASTER_SITES= http://he.fi/bchunk/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts .bin/.cue files to .iso/audio
MAN1= bchunk.1
PLIST_FILES= bin/bchunk
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>