diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-14 14:32:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-14 14:32:12 +0000 |
commit | baef2ac6ad39728712d5795037bd5fc9de3b32bf (patch) | |
tree | ff0c10fa6a5d0310687af535a7a38cc169a343e2 | |
parent | Add bbuname, a Blackbox/Fluxbox utility displaying system information. (diff) |
- Update to version 3.0.37.2
PR: ports/62809
Submitted by: Hubert Tournier <hubert@frbsd.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=100926
-rw-r--r-- | misc/lifelines/Makefile | 18 | ||||
-rw-r--r-- | misc/lifelines/distinfo | 2 | ||||
-rw-r--r-- | misc/lifelines/files/patch-doc::Makefile.in | 11 | ||||
-rw-r--r-- | misc/lifelines/pkg-plist | 31 |
4 files changed, 57 insertions, 5 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index 21ba713a29cb..54ce5cfd1f44 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lifelines -PORTVERSION= 3.0.6 -PORTREVISION= 1 +PORTVERSION= 3.0.37.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +15,19 @@ MAINTAINER= matt@gsicomp.on.ca COMMENT= An advanced genealogical system GNU_CONFIGURE= yes -USE_BISON= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GETTEXT= yes +USE_ICONV= yes +USE_BZIP2= yes +USE_GETOPT_LONG=yes + +MAN1= btedit.1 dbverify.1 llines.1 + +post-install: +.if !defined(NOPORTDOCS) +.for file in btedit.1 dbverify.1 llines.1 + ${INSTALL_MAN} ${WRKSRC}/docs/${file} ${MANPREFIX}/man/man1 +.endfor +.endif .include <bsd.port.mk> diff --git a/misc/lifelines/distinfo b/misc/lifelines/distinfo index d17e23362dda..6a5bb3359e68 100644 --- a/misc/lifelines/distinfo +++ b/misc/lifelines/distinfo @@ -1 +1 @@ -MD5 (lifelines-3.0.6.tar.gz) = a7f6f90bd39a64d0d4b79d9f2684cd0e +MD5 (lifelines-3.0.37.2.tar.bz2) = b324899196051c960d4c92b03123ba43 diff --git a/misc/lifelines/files/patch-doc::Makefile.in b/misc/lifelines/files/patch-doc::Makefile.in new file mode 100644 index 000000000000..5d20fcebe87f --- /dev/null +++ b/misc/lifelines/files/patch-doc::Makefile.in @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig Sat Feb 14 15:19:05 2004 ++++ docs/Makefile.in Sat Feb 14 15:25:09 2004 +@@ -163,7 +163,7 @@ + + OLDGENFILES = lifelines.html lifelines.pdf lifelines.ps lifelines.txt + +-EXTRA_DIST = $(MANUALSSRC) $(MANUALS) $(MANPAGES) ++EXTRA_DIST = $(MANUALSSRC) $(MANUALS) + + CONFIG_CLEAN_FILES = $(OLDGENFILES) $(MANUALS) + diff --git a/misc/lifelines/pkg-plist b/misc/lifelines/pkg-plist index cbcaf8cb5d1a..526fdcbe31a3 100644 --- a/misc/lifelines/pkg-plist +++ b/misc/lifelines/pkg-plist @@ -1,4 +1,33 @@ bin/btedit bin/dbverify +bin/llexec bin/llines -lib/libarch.a +%%PORTDOCS%%%%DOCSDIR%%/listops.jpg +%%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.html +%%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.pdf +%%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.sv.html +%%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.txt +%%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.xml +%%PORTDOCS%%%%DOCSDIR%%/ll-userguide.html +%%PORTDOCS%%%%DOCSDIR%%/ll-userguide.pdf +%%PORTDOCS%%%%DOCSDIR%%/ll-userguide.sv.html +%%PORTDOCS%%%%DOCSDIR%%/ll-userguide.txt +%%PORTDOCS%%%%DOCSDIR%%/ll-userguide.xml +%%DATADIR%%/index.html +%%DATADIR%%/listops.jpg +%%DATADIR%%/ll-reportmanual.html +%%DATADIR%%/ll-reportmanual.pdf +%%DATADIR%%/ll-reportmanual.sv.html +%%DATADIR%%/ll-reportmanual.txt +%%DATADIR%%/ll-userguide.html +%%DATADIR%%/ll-userguide.pdf +%%DATADIR%%/ll-userguide.sv.html +%%DATADIR%%/ll-userguide.txt +share/locale/da/LC_MESSAGES/lifelines.mo +share/locale/de/LC_MESSAGES/lifelines.mo +share/locale/el/LC_MESSAGES/lifelines.mo +share/locale/fr/LC_MESSAGES/lifelines.mo +share/locale/it/LC_MESSAGES/lifelines.mo +share/locale/sv/LC_MESSAGES/lifelines.mo +@dirrm %%PORTDOCS%%%%DOCSDIR%% +@dirrm %%DATADIR%% |