mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- update to 1.21
- take maintainership - trim Makefile header - move LICENSE into proper block - remove shlib version from LIB_DEPENDS changelog: Version 1.21 updates the Polish and Russian translations, and fixes a fonts setup bug. PR: 173244 Submitted by: rm (myself) Approved by: pav (maintainer, by mail) Feature safe: yes
This commit is contained in:
parent
8255167764
commit
35ad4d9b42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307326
@ -1,20 +1,17 @@
|
||||
# New ports collection makefile for: xchm
|
||||
# Date created: 3th October 2003
|
||||
# Whom: Pav Lucistnik <pav@oook.cz>
|
||||
#
|
||||
# Created by: Pav Lucistnik <pav@oook.cz>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xchm
|
||||
PORTVERSION= 1.20
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.21
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}/xCHM/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= pav@FreeBSD.org
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= Windows HTML Help (.chm) viewer for UNIX
|
||||
|
||||
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= chm:${PORTSDIR}/misc/chmlib
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_WX= 2.6+
|
||||
@ -23,8 +20,6 @@ WX_CONF_ARGS= absolute
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|@REZ_COMMAND@||' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xchm-1.20.tar.gz) = 76c717074ed178abae63692cfa843083922e6d6e3052207d8a3d9d2e8b8db627
|
||||
SIZE (xchm-1.20.tar.gz) = 409976
|
||||
SHA256 (xchm-1.21.tar.gz) = b3c7e54f5c4075a679910ff2166d76bc761afbcfd8c1a1cc5e10ad73634ed6a6
|
||||
SIZE (xchm-1.21.tar.gz) = 411252
|
||||
|
Loading…
Reference in New Issue
Block a user