1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Upgrade to 1.4.3

PR:		ports/7787
Submitted by:	maintainer.
This commit is contained in:
Vanilla I. Shu 1998-08-31 14:20:41 +00:00
parent 4e57464e0a
commit 57dd177cd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12966
3 changed files with 26 additions and 16 deletions

View File

@ -1,32 +1,37 @@
# New ports collection makefile for: xlogmaster
# Version required: 1.4.1
# Date created: 11 July 1998
# Version required: 1.4.3
# Date created: 1 August 1998
# Whom: Adrian Wontroba <aw1@stade.co.uk>
#
# $Id: Makefile,v 1.3 1998/08/07 23:56:48 asami Exp $
# $Id$
#
DISTNAME= xlogmaster-1.4.1
DISTNAME= xlogmaster-1.4.3
CATEGORIES= sysutils
MASTER_SITES= http://www.fusebox.hanse.de/xlogmaster/\
http://porter.desy.de/~greve/xlogmaster/
EXTRACT_SUFX= .src.tar.gz
MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/packages/gnu/\
${MASTER_SITE_GNU}\
http://www.fusebox.hanse.de/xlogmaster/development/\
http://porter.desy.de/~greve/xlogmaster/development/
MAINTAINER= aw1@stade.co.uk
LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
GNU_CONFIGURE= yes
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
USE_X_PREFIX= yes
USE_GMAKE= yes
MAN1= xlogmaster.1
USE_X_PREFIX= yes
NO_PACKAGE= ignores cflags
post-patch:
cd ${WRKSRC}/doc && ln -s tutorial.texinfo xlogmaster.texinfo
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xlogmaster
${INSTALL_MAN} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/xlogmaster
.endif
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/xlogmaster.info ${PREFIX}/info/dir
@install-info ${PREFIX}/info/xlogmaster_faq.info ${PREFIX}/info/dir
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (xlogmaster-1.4.1.src.tar.gz) = 8e42a80cb46b7d1212320e555fa8a37d
MD5 (xlogmaster-1.4.3.tar.gz) = d39c7da403626128e04a73ace3df3d90

View File

@ -14,8 +14,13 @@ etc/xlogmaster/sound/notice
etc/xlogmaster/sound/uniconify
etc/xlogmaster/steelblue.gtkrc
etc/xlogmaster/xlogmaster.gtkrc
share/doc/xlogmaster/tutorial.txt
@unexec install-info --delete %D/info/xlogmaster.info %D/info/dir
@unexec install-info --delete %D/info/xlogmaster_faq.info %D/info/dir
info/xlogmaster.info
info/xlogmaster_faq.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/xlogmaster.info %D/info/dir
@exec install-info %D/info/xlogmaster_faq.info %D/info/dir
@dirrm etc/xlogmaster/scripts
@dirrm etc/xlogmaster/sound
@dirrm etc/xlogmaster
@dirrm share/doc/xlogmaster