2006-03-19 01:35:19 +01:00
|
|
|
PORTNAME= xnecview
|
2011-11-17 10:44:08 +01:00
|
|
|
PORTVERSION= 1.36
|
2023-02-24 10:34:40 +01:00
|
|
|
PORTREVISION= 3
|
2006-03-19 01:35:19 +01:00
|
|
|
CATEGORIES= comms hamradio
|
|
|
|
MASTER_SITES= http://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/
|
|
|
|
|
2006-09-30 00:01:22 +02:00
|
|
|
MAINTAINER= xride@FreeBSD.org
|
2020-05-28 10:43:29 +02:00
|
|
|
COMMENT= X11 viewer of NEC2 input and output data
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/
|
2006-03-19 01:35:19 +01:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
2006-03-19 01:35:19 +01:00
|
|
|
|
2019-11-08 10:31:13 +01:00
|
|
|
USES= gmake gnome pkgconfig tar:tgz
|
2006-03-19 01:35:19 +01:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
|
2014-03-20 16:31:54 +01:00
|
|
|
PLIST_FILES= bin/xnecview man/man1/xnecview.1.gz
|
2006-03-19 01:35:19 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-03-20 16:31:54 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xnecview ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/xnecview.man \
|
|
|
|
${STAGEDIR}${MANPREFIX}/man/man1/xnecview.1
|
2006-03-19 01:35:19 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|