mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Switch to USES=tar:tgz
- Drop 8.x support - Switch to options helpers Approved by: portmgr blanket
This commit is contained in:
parent
ab6840e2c8
commit
9918d35fb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395926
@ -6,7 +6,6 @@ PORTVERSION= 0.4.2
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/materm/${PORTNAME}%20source/${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tabbed version of rxvt
|
||||
@ -16,7 +15,8 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
CONFLICTS= mrxvt-0.5.*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= jpeg
|
||||
CONFIGURE_ARGS= --disable-lastlog --disable-wtmp
|
||||
USES= jpeg tar:tgz
|
||||
USE_XORG= x11
|
||||
|
||||
OPTIONS_DEFINE= DOCS JAPANESE XFT
|
||||
@ -25,12 +25,6 @@ JAPANESE_CONFIGURE_ON= --enable-xim --enable-cjk --with-encoding=eucj
|
||||
XFT_LIB_DEPENDS= libXft.so:${PORTSDIR}/x11-fonts/libXft
|
||||
XFT_CONFIGURE_ENABLE= xft
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 900007
|
||||
CONFIGURE_ARGS+= --disable-lastlog --disable-wtmp
|
||||
.endif
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
@ -43,14 +37,11 @@ PORTDOCS= TIPS \
|
||||
mrxvt.vbs \
|
||||
mrxvtset.pl
|
||||
|
||||
|
||||
.if empty(PORT_OPTIONS:MDOCS)
|
||||
post-patch:
|
||||
post-patch-DOCS-off:
|
||||
@${REINPLACE_CMD} -e '/^\(install-data-am:\).*/ \
|
||||
s/install-docDATA //' ${WRKSRC}/doc/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${CHMOD} 4511 ${STAGEDIR}${PREFIX}/bin/mrxvt
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user