27 lines
521 B
Makefile

# $OpenBSD: Makefile,v 1.3 2016/08/12 22:05:14 jca Exp $
COMMENT = userland implementation of the UDF filesystem
V = 0.8.6
DISTNAME = UDFclient.${V}
PKGNAME = udfclient-${V}
CATEGORIES = sysutils
HOMEPAGE = http://www.13thmonkey.org/udfclient/
MAINTAINER = Josh Grosse <josh@jggimi.homeip.net>
# Clarified Artistic License
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c pthread
MASTER_SITES = http://www.13thmonkey.org/udfclient/releases/
EXTRACT_SUFX = .tgz
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>