- install the man page by hand, since the install script doesn't do it [1]
- depend on compat7x on 8 (after the sh libs bump) / HEAD [2] Requested by: stass@ [1], "Herbert J. Skuhra" <h.skuhra@gmail.com> [2] Approved by: maintainer implicit
This commit is contained in:
parent
e192f8e6ba
commit
9f8e4466ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240507
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= opera
|
||||
PORTVERSION= ${OPERA_VER}.${OPERA_MINVER}.${OPERA_REL}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
#MASTER_SITES= http://snapshot.opera.com/${MASTER_SITES_VER_PATH}/ \
|
||||
@ -52,6 +53,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 3
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
OPTIONS= ASPELL "Use the aspell library for spell checking" on
|
||||
@ -70,6 +73,10 @@ OPERA_TYPE= 6
|
||||
OPERA_LIB= shared
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 800105
|
||||
RUN_DEPENDS+= compat7x-${ARCH}>=0:${PORTSDIR}/misc/compat7x
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_ASPELL)
|
||||
LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
|
||||
.endif
|
||||
@ -84,6 +91,7 @@ do-install:
|
||||
@${INSTALL_SCRIPT} ${PATCHDIR}/operapluginwrapper ${DATADIR}/bin
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/usr/share/man/man1/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
# maintainer
|
||||
|
Loading…
Reference in New Issue
Block a user