- Finish stage support
- Modernize USES Reported by: poudriere With hat: portmgr
This commit is contained in:
parent
0c9e9ae61d
commit
945bb529d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349881
2 changed files with 6 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= codeblocks
|
||||
PORTVERSION= 13.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
||||
|
@ -17,12 +18,10 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
|||
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
|
||||
libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
|
||||
librsync.so:${PORTSDIR}/net/librsync
|
||||
RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
||||
|
||||
USES= fam:gamin pkgconfig compiler
|
||||
USES= compiler desktop-file-utils fam:gamin pathfix pkgconfig shared-mime-info
|
||||
USE_WX= 2.8
|
||||
WANT_UNICODE= yes
|
||||
USE_GNOME= gnomehack desktopfileutils
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -39,6 +38,4 @@ CXXFLAGS+= -std=c++0x
|
|||
|
||||
CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all
|
||||
|
||||
MAN1= cb_console_runner.1 cb_share_config.1 codeblocks.1 codesnippets.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -480,6 +480,10 @@ libdata/pkgconfig/codeblocks.pc
|
|||
libdata/pkgconfig/wxsmith-contrib.pc
|
||||
libdata/pkgconfig/wxsmith.pc
|
||||
libdata/pkgconfig/wxsmithaui.pc
|
||||
man/man1/cb_console_runner.1.gz
|
||||
man/man1/cb_share_config.1.gz
|
||||
man/man1/codeblocks.1.gz
|
||||
man/man1/codesnippets.1.gz
|
||||
share/applications/codeblocks.desktop
|
||||
share/icons/hicolor/48x48/mimetypes/application-x-codeblocks-workspace.png
|
||||
share/icons/hicolor/48x48/mimetypes/application-x-codeblocks.png
|
||||
|
|
Loading…
Reference in a new issue