openbsd-ports/sysutils/udfclient/Makefile
2018-09-04 12:46:09 +00:00

28 lines
529 B
Makefile

# $OpenBSD: Makefile,v 1.7 2018/09/04 12:46:23 espie Exp $
COMMENT = userland implementation of the UDF filesystem
V = 0.8.8
DISTNAME = UDFclient.${V}
PKGNAME = udfclient-${V}
CATEGORIES = sysutils
REVISION = 0
HOMEPAGE = http://www.13thmonkey.org/udfclient/
MAINTAINER = Josh Grosse <josh@jggimi.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>