freebsd-ports/sysutils/udfclient/Makefile
Martin Wilke bcd6673314 Update to 0.5.4.1
PR:		ports/107205
Submitted by:	Andriy Gapon <avg@icyb.net.ua> (maintainer)
2006-12-27 14:58:01 +00:00

33 lines
756 B
Makefile

# New ports collection makefile for: udfclient
# Date created: 3 January 2005
# Whom: Andriy Gapon <avg@icyb.net.ua>
#
# $FreeBSD$
#
PORTNAME= udfclient
PORTVERSION= 0.5.4.1
CATEGORIES= sysutils
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ \
${MASTER_SITE_NETBSD}
DISTNAME= UDFclient.${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= avg@icyb.net.ua
COMMENT= Tools for UDF filesystem
WRKSRC= ${WRKDIR}/${DISTNAME:R}
GNU_CONFIGURE= yes
CONFIGURE_ENV+= with_pthread_cflags="${PTHREAD_CFLAGS}" \
with_thread_libs="${PTHREAD_LIBS}"
MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}"
PLIST_FILES= bin/udfdump \
bin/udfclient \
bin/newfs_udf \
bin/cd_sessions \
bin/cd_disect \
bin/mmc_format
.include <bsd.port.mk>