mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert textproc/ctpl to USES=libtool, drop .la files
- Bump dependent port (devel/geany-plugin-gendoc) as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
5291484719
commit
65d20699b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358548
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= geany-plugin-gendoc
|
||||
PORTVERSION= ${GEANY_VER}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= ctpl
|
||||
PORTVERSION= 0.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/
|
||||
|
||||
@ -10,7 +11,7 @@ COMMENT= C Template (Parser) Library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USES= pathfix pkgconfig
|
||||
USES= pathfix pkgconfig libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,9 +12,9 @@ include/ctpl/ctpl-value.h
|
||||
include/ctpl/ctpl-version.h
|
||||
include/ctpl/ctpl.h
|
||||
lib/libctpl.a
|
||||
lib/libctpl.la
|
||||
lib/libctpl.so
|
||||
lib/libctpl.so.4
|
||||
lib/libctpl.so.2
|
||||
lib/libctpl.so.2.2.1
|
||||
libdata/pkgconfig/ctpl.pc
|
||||
man/man1/ctpl.1.gz
|
||||
share/gtk-doc/html/ctpl/annotation-glossary.html
|
||||
|
Loading…
Reference in New Issue
Block a user