mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Move into LOCALBASE
- Change MASTER_SITES address, WWW entry - Change maintainer's email address - Workaround for autoconf 2.60 (mandir) PR: ports/103303 Submitted by: Matt Dawson <matt at mattsnetwork.co.uk> (maintainer)
This commit is contained in:
parent
86b91d76b8
commit
56f828f25c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173140
3 changed files with 13 additions and 5 deletions
|
@ -7,16 +7,16 @@
|
||||||
PORTNAME= xlog
|
PORTNAME= xlog
|
||||||
PORTVERSION= 1.3.1
|
PORTVERSION= 1.3.1
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \
|
MASTER_SITES= http://pg4i.chronos.org.uk/download/ \
|
||||||
http://www.qsl.net/pg4i/download/
|
http://www.qsl.net/pg4i/download/
|
||||||
|
|
||||||
MAINTAINER= matt@mattsnetwork.co.uk
|
MAINTAINER= matt@chronos.org.uk
|
||||||
COMMENT= Amateur Radio logging application
|
COMMENT= Amateur Radio logging application
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
|
||||||
USE_GNOME= libgnomeprint gtk20
|
USE_GNOME= libgnomeprint gtk20
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-mime-update
|
CONFIGURE_ARGS= --with-mime-update \
|
||||||
|
--mandir=${PREFIX}/man
|
||||||
|
|
||||||
.if defined(WITH_HAMLIB)
|
.if defined(WITH_HAMLIB)
|
||||||
LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib
|
LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib
|
||||||
|
|
|
@ -14,4 +14,4 @@ save some fields of the log in a TAB separated file. This file can be
|
||||||
imported into glabels (deskutils/glabels) using the template
|
imported into glabels (deskutils/glabels) using the template
|
||||||
called qsllabels.glabels in the xlog /usr/local/share/xlog directory.
|
called qsllabels.glabels in the xlog /usr/local/share/xlog directory.
|
||||||
|
|
||||||
WWW: http://pg4i.mattsnetwork.co.uk/linux/xlog.html
|
WWW: http://pg4i.chronos.org.uk/linux/xlog.html
|
||||||
|
|
|
@ -55,6 +55,13 @@ share/pixmaps/xlog/xlog.xpm
|
||||||
%%DATADIR%%/images/xlog-printdialog.png
|
%%DATADIR%%/images/xlog-printdialog.png
|
||||||
%%DATADIR%%/images/xlog-workedwindow.png
|
%%DATADIR%%/images/xlog-workedwindow.png
|
||||||
%%DATADIR%%/qsllabels.glabels
|
%%DATADIR%%/qsllabels.glabels
|
||||||
|
share/locale/da/LC_MESSAGES/xlog.mo
|
||||||
|
share/locale/es/LC_MESSAGES/xlog.mo
|
||||||
|
share/locale/fr/LC_MESSAGES/xlog.mo
|
||||||
|
share/locale/nl/LC_MESSAGES/xlog.mo
|
||||||
|
share/locale/cs/LC_MESSAGES/xlog.mo
|
||||||
|
share/locale/pl/LC_MESSAGES/xlog.mo
|
||||||
|
share/locale/sk/LC_MESSAGES/xlog.mo
|
||||||
@dirrm %%DATADIR%%/images
|
@dirrm %%DATADIR%%/images
|
||||||
@dirrm %%DATADIR%%/dxcc
|
@dirrm %%DATADIR%%/dxcc
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
|
@ -68,3 +75,4 @@ share/pixmaps/xlog/xlog.xpm
|
||||||
@dirrmtry share/mimelnk/text
|
@dirrmtry share/mimelnk/text
|
||||||
@dirrmtry share/mimelnk
|
@dirrmtry share/mimelnk
|
||||||
@dirrmtry share/mime-info
|
@dirrmtry share/mime-info
|
||||||
|
@dirrmtry share/pixmaps
|
||||||
|
|
Loading…
Add table
Reference in a new issue