ports/sysutils/udfclient/Makefile

25 lines
445 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = userland implementation of the UDF filesystem
V = 0.8.20
DISTNAME = UDFclient.${V}
PKGNAME = udfclient-${V}
CATEGORIES = sysutils
HOMEPAGE = http://www.13thmonkey.org/udfclient/
MAINTAINER = Josh Grosse <josh@jggimi.net>
# Clarified Artistic License
PERMIT_PACKAGE = Yes
WANTLIB = c pthread
2023-09-28 02:05:49 +00:00
SITES = http://www.13thmonkey.org/udfclient/releases/
2023-08-16 22:26:55 +00:00
EXTRACT_SUFX = .tgz
CONFIGURE_STYLE = gnu
NO_TEST = Yes
.include <bsd.port.mk>