1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/bchunk/Makefile
Gabriel M. Dutra fea721d972 sysutils/bchunk: Fix PORTREVISION
Reported by:	Ale <discipline@tiscali.it>
Approved by:	garga (mentor)
Fixes:		220062a3a1
Differential Revision:	https://reviews.freebsd.org/D44197
2024-03-04 15:33:54 -03:00

27 lines
587 B
Makefile

PORTNAME= bchunk
DISTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://he.fi/bchunk/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts .bin/.cue files to .iso/audio
WWW= http://he.fi/bchunk/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe
CPE_VENDOR= bchunk_project
PLIST_FILES= bin/bchunk share/man/man1/bchunk.1.gz
do-build:
@cd ${WRKSRC} && ${CC} ${CFLAGS} bchunk.c -o bchunk
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>