1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/npadmin/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

23 lines
491 B
Makefile

PORTNAME= npadmin
PORTVERSION= 0.8.7
PORTREVISION= 1
CATEGORIES= sysutils print
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= SNMP based command line network printer management tool
WWW= https://npadmin.sourceforge.net/
USES= compiler
GNU_CONFIGURE= yes
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
PLIST_FILES= bin/npadmin man/man1/${PORTNAME}.1.gz
pre-configure:
${RM} ${WRKSRC}/getopt.h ${WRKSRC}/getopt1.c
.include <bsd.port.mk>