1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/xorriso/Makefile
Dmitry Marakasov bce1f2ef76 - Fix shebangs
Approved by:	portmgr blanket
2014-07-23 10:20:21 +00:00

29 lines
737 B
Makefile

# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$
PORTNAME= xorriso
PORTVERSION= 1.3.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://files.libburnia-project.org/releases/
DISTNAME= libisoburn-${PORTVERSION}
MAINTAINER= delphij@FreeBSD.org
COMMENT= ISO image manipulation tool based on Libburnia
LICENSE= GPLv2
BUILD_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \
libisofs>=1.1.2:${PORTSDIR}/devel/libisofs
RUN_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \
libisofs>=1.1.2:${PORTSDIR}/devel/libisofs
GNU_CONFIGURE= yes
USES= gmake iconv libtool pathfix pkgconfig shebangfix
SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk
USE_LDCONFIG= yes
INFO= xorrecord xorriso xorrisofs
.include <bsd.port.mk>