We also want to build the pic library.
This commit is contained in:
parent
b13584ece1
commit
30b1a2ba1e
2 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.5 2010/09/11 08:26:04 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/02/27 17:14:46 elric Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tinycdb_0.77
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/
|
||||
|
||||
|
@ -16,8 +17,8 @@ CONFLICTS+= cdb-[0-9]*
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
||||
|
||||
BUILD_TARGET= all sharedlib
|
||||
INSTALL_TARGET= install install-sharedlib
|
||||
BUILD_TARGET= all sharedlib piclib
|
||||
INSTALL_TARGET= install install-piclib install-sharedlib
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_STAGE.paths= do-configure
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2010/09/11 08:26:04 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2012/02/27 17:14:46 elric Exp $
|
||||
bin/cdb
|
||||
include/cdb.h
|
||||
lib/libcdb.a
|
||||
lib/libcdb.so
|
||||
lib/libcdb.so.1
|
||||
lib/libcdb_pic.a
|
||||
lib/pkgconfig/libcdb.pc
|
||||
man/man1/cdb.1
|
||||
man/man3/cdb.3
|
||||
|
|
Loading…
Reference in a new issue