518cc42311
(Who is On The Air Database) written by me (IZ0ETE). It's very similar to a DX Cluster client, but it works with the WOTA server. If you don't known what is the WOTA DB, please read some info at http://www.wotadb.org. It's written in C and GTK, and it should work on the latest Linux/BSD distributions. Please report to me your successful installation. (Linux, FreeBSD at the moment) WWW: http://people.fabaris.it/iz0ete/xwota/ - Diane VA3DB db@db.net PR: ports/103305 Submitted by: Diane Bruce <db at db.net
44 lines
846 B
Makefile
44 lines
846 B
Makefile
# New ports collection makefile for: xwota
|
|
# Date created: September 13 2006
|
|
# Whom: Diane Bruce <db@db.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xwota
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/
|
|
|
|
MAINTAINER= db@db.net
|
|
COMMENT= X version of who is on the air
|
|
|
|
USE_GNOME= gtk20
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for d in ${WRKSRC}/README \
|
|
${WRKSRC}/COPYING \
|
|
${WRKSRC}/AUTHORS \
|
|
${WRKSRC}/ChangeLog \
|
|
${WRKSRC}/INSTALL \
|
|
${WRKSRC}/NEWS \
|
|
${WRKSRC}/TODO
|
|
@${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR}
|
|
.endfor
|
|
@${ECHO} ""
|
|
@${ECHO} "xwota docs installed in ${DOCSDIR}"
|
|
@${ECHO} ""
|
|
.endif
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
IGNORE= does not build 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|