mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d4329229fb
While here move manpages to share/man
24 lines
631 B
Makefile
24 lines
631 B
Makefile
PORTNAME= xnecview
|
|
PORTVERSION= 1.36
|
|
PORTREVISION= 4
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://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/
|
|
|
|
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>
|