aboutsummaryrefslogtreecommitdiff
path: root/comms/xnecview/Makefile
blob: b64412397a4773b628463afa516c1418dc66ecb7 (plain) (blame)
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
PORTNAME=	xnecview
DISTVERSION=	1.37
CATEGORIES=	comms hamradio
MASTER_SITES=	https://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/

MAINTAINER=	xride@FreeBSD.org
COMMENT=	X11 viewer of NEC2 input and output data
WWW=		https://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libpng.so:graphics/png

USES=		gmake gnome pkgconfig tar:tgz
USE_GNOME=	gtk20

PLIST_FILES=	bin/xnecview share/man/man1/xnecview.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xnecview ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/xnecview.man \
		${STAGEDIR}${PREFIX}/share/man/man1/xnecview.1

.include <bsd.port.mk>