mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
cce263e14f
commit
a832536355
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356498
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libEMF
|
||||
PORTVERSION= 1.0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -11,11 +12,9 @@ COMMENT= Enhanced Metafile Library
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -15,9 +15,9 @@ include/libEMF/emf.h
|
||||
@dirrm include/libEMF/wine
|
||||
@dirrm include/libEMF
|
||||
lib/libEMF.a
|
||||
lib/libEMF.la
|
||||
lib/libEMF.so
|
||||
lib/libEMF.so.1
|
||||
lib/libEMF.so.1.0.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/annotated.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classEMF_1_1BRUSH-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classEMF_1_1BRUSH.gif
|
||||
|
Loading…
Reference in New Issue
Block a user