mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
e24f4c515c
- Add LICENSE=; - Take maintainership;
28 lines
565 B
Makefile
28 lines
565 B
Makefile
# New ports collection makefile for: libisofs
|
|
# Date created: 2008 November 06
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libisofs
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://files.libburnia-project.org/releases/
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Libburnia ISO9660 filesystem creation library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|