1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/net/netmap/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

23 lines
510 B
Makefile

PORTNAME= netmap
PORTVERSION= 0.1.3
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NetMap%20${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Make a graphical representation of the surrounding network
WWW= https://netmap.sourceforge.net/
LICENSE= GPLv2
RUN_DEPENDS= dot:graphics/graphviz
USES= gmake
PLIST_FILES= bin/makelist bin/netmap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${WRKSRC}/netmap/netmap ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>