b3e01359cc
Make the Makefile inherit build flags and other variables from pkgsrc, rather than defining own ones. Add a TODO.
25 lines
545 B
Makefile
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"
|