- Fix mtree
Reported by: QAT Approved by: portmgr
This commit is contained in:
parent
ce357ade9a
commit
6f862ac54c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232320
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= fldigi
|
||||
PORTVERSION= 3.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://www.w1hkj.com/fldigi-distro/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -24,8 +25,11 @@ LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \
|
|||
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= fldigi.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} < 700000
|
||||
USE_GCC= 4.2+
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/fldigi
|
||||
share/applications/fldigi.desktop
|
||||
share/locale/cs/LC_MESSAGES/fldigi.mo
|
||||
share/locale/fr/LC_MESSAGES/fldigi.mo
|
||||
share/pixmaps/fldigi.xpm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
|
Loading…
Reference in a new issue