pkgsrc-wip/libcli/Makefile
Lubomir Rintel b3e01359cc Do not use spaces for indenttion in Makefiles.
Make the Makefile inherit build flags and other variables from pkgsrc,
rather than defining own ones.
Add a TODO.
2007-02-20 10:51:22 +00:00

25 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/02/20 10:51:22 lkundrak Exp $
#
DISTNAME= libcli-1.8.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcli/}
MAINTAINER= haaaad@gmail.com
HOMEPAGE= http://libcli.sourceforge.net/
COMMENT="Provides a shared library for including a Cisco-like CLI."
USE_LANGUAGES+= c
WRKSRC= ${WRKDIR}/${DISTNAME}
INSTALLATION_DIRS= lib share/examples
post-extract:
${CHMOD} -R a+r ${WRKSRC}/Doc
post-install:
${CHMOD} ${SHAREMODE} ${PREFIX}/include/libcli.h
.include "../../mk/bsd.pkg.mk"