20 lines
492 B
Makefile
20 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/01/24 17:11:19 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= libvolume_id-0.81.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.marcuscom.com/downloads/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${MASTER_SITES}
|
|
COMMENT= Library to provide file system type information
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
INSTALLATION_DIRS= include lib lib/pkgconfig
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
USE_LIBTOOL=yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|