ad2adba9a5
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
19 lines
472 B
Makefile
19 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/06/13 06:46:43 rillig 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
INSTALLATION_DIRS= include lib lib/pkgconfig
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
USE_LIBTOOL=yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|