summaryrefslogtreecommitdiffstats
path: root/comms/xwota/Makefile
blob: bc1e799ebaabd68da07a30b5038da7e220072956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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@FreeBSD.org
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>
OpenPOWER on IntegriCloud