mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
b0fd77a023
- Update to 20130305 - Manpage name updates - pkg-descr: Tab->space in WWW - Fix bug in pkg-plist (pkgconfig) Changes: See ChangeLog file in distribution tarball Approved by: eadler, rm (mentors, implicit)
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfvde
|
|
PORTVERSION= 20130305
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTFILES= ${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Library and tools for reading FileVault (FVDE) encrypted volumes
|
|
|
|
LICENSE= LGPL3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= libxml2 gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= fvdeinfo.1 fvdemount.1
|
|
MAN3= libfvde.3
|
|
|
|
.include <bsd.port.mk>
|