Use C++ and INSTALLATION_DIRS.
This commit is contained in:
parent
fd0297a73c
commit
80ba3702fb
2 changed files with 10 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:12 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2006/06/02 15:34:12 joerg Exp $
|
||||
|
||||
DISTNAME= argtable-1.2
|
||||
CATEGORIES= devel
|
||||
|
@ -10,9 +10,12 @@ COMMENT= Library for parsing command line arguments of a C/C++ program
|
|||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
INSTALLATION_DIRS= include lib man/man3 share/doc/argtable
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/man/man3/*.3 ${PREFIX}/man/man3
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/argtable
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING.LIB ${PREFIX}/share/doc/argtable
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2006/03/22 22:36:13 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2006/06/02 15:41:30 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= IRRToolSet-4.8.2
|
||||
|
@ -10,6 +10,10 @@ MAINTAINER= spz@NetBSD.org
|
|||
HOMEPAGE= http://www.isc.org/index.pl?/sw/IRRToolSet/
|
||||
COMMENT= The Internet Routing Registry Toolset - client to IRRd
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
INSTALLATION_DIRS= bin man/man1 man/man3
|
||||
|
||||
LICENSE= no-commercial-use
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
|
Loading…
Reference in a new issue