aboutsummaryrefslogtreecommitdiff
path: root/comms/xlog/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-07 01:36:43 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-07 01:36:43 +0000
commit4f06a5c8d6b85917170a7b7146735db1e456fe17 (patch)
tree21bed55d4505798c0fec8abe3c67497ca1571ec5 /comms/xlog/Makefile
parent2969b2a26c70e1240ca20c93aaee65dc4fa179fa (diff)
downloadports-4f06a5c8d6b85917170a7b7146735db1e456fe17.tar.gz
ports-4f06a5c8d6b85917170a7b7146735db1e456fe17.zip
Notes
Diffstat (limited to 'comms/xlog/Makefile')
-rw-r--r--comms/xlog/Makefile23
1 files changed, 7 insertions, 16 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index c5503bdb5eb1..7e5ce25e3e89 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= comms hamradio
MASTER_SITES= SAVANNAH
MASTER_SITE_SUBDIR= xlog
-MAINTAINER= danilogondolfo@gmail.com
+MAINTAINER= danilo@FreeBSD.org
COMMENT= Amateur Radio logging application
LICENSE= GPLv3
@@ -17,29 +17,20 @@ USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mime-update
CONFIGURE_ENV+= ac_cv_c_compiler_gnu=no
+MAKE_ARGS= PREFIX=/${PREFIX}
-PORTDOCS= *
-
-LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib
-
-MAN1= xlog.1
+LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib
OPTIONS_DEFINE= NLS DOCS
-
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "${PORTNAME}.xpm" \
+ "${PORTNAME}" "Utility;" ${FALSE}
post-patch:
-.if ! ${PORT_OPTIONS:MDOCS}
- @${REINPLACE_CMD} -e 's|desktop doc dxcc|desktop dxcc|g' \
- ${WRKSRC}/data/Makefile.in
- @${REINPLACE_CMD} -e \
- 's|install-data-am: install-glabelsDATA|install-data-am:|g' \
- ${WRKSRC}/data/glabels/Makefile.in
-.endif
+ ${REINPLACE_CMD} -e 's/@INSTALL_DATA@/${INSTALL} -m 644/' \
+ ${WRKSRC}/data/desktop/Makefile.in
.include <bsd.port.mk>