mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Package the pkg-config file
This commit is contained in:
parent
a3f7aafc78
commit
8aabb4abca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348418
2 changed files with 3 additions and 0 deletions
|
@ -3,12 +3,14 @@
|
||||||
|
|
||||||
PORTNAME= libdbi
|
PORTNAME= libdbi
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases devel
|
CATEGORIES= databases devel
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= clsung@FreeBSD.org
|
MAINTAINER= clsung@FreeBSD.org
|
||||||
COMMENT= Database Independent Abstraction Layer for C
|
COMMENT= Database Independent Abstraction Layer for C
|
||||||
|
|
||||||
|
USES= pathfix
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -5,6 +5,7 @@ lib/libdbi.a
|
||||||
lib/libdbi.la
|
lib/libdbi.la
|
||||||
lib/libdbi.so
|
lib/libdbi.so
|
||||||
lib/libdbi.so.2
|
lib/libdbi.so.2
|
||||||
|
libdata/pkgconfig/dbi.pc
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/driver-guide.pdf
|
%%PORTDOCS%%%%DOCSDIR%%/driver-guide.pdf
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/driver-guide/contact.html
|
%%PORTDOCS%%%%DOCSDIR%%/driver-guide/contact.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/driver-guide/copying-fdl.html
|
%%PORTDOCS%%%%DOCSDIR%%/driver-guide/copying-fdl.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue