freebsd-ports/sysutils/libfvde/Makefile
Dmitry Marakasov 602cca5e62 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 01:19:27 +00:00

21 lines
512 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= libfvde
PORTVERSION= 20130305
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/
DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes
LICENSE= LGPL3
USES= libtool pathfix pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>