Import of pkgsrc-2014Q1
This commit is contained in:
16
textproc/tinyxml/files/Makefile
Normal file
16
textproc/tinyxml/files/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/02/16 23:05:33 wiz Exp $
|
||||
#
|
||||
LIBISCXX=yes
|
||||
MKSTATICLIB=yes
|
||||
MKDEBUGLIB=no
|
||||
MKPICINSTALL=no
|
||||
MKPROFILE=no
|
||||
|
||||
LIB = tinyxml
|
||||
SRCS= tinystr.cpp tinyxmlerror.cpp tinyxml.cpp tinyxmlparser.cpp
|
||||
INCS= tinyxml.h
|
||||
|
||||
LIBDIR= ${PREFIX}/lib
|
||||
INCSDIR= ${PREFIX}/include
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
Reference in New Issue
Block a user